Pull latest polaris web release when making a polaris release
This commit is contained in:
parent
503eed8b62
commit
4e76a11e7a
1 changed files with 8 additions and 0 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -40,6 +40,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Polaris
|
||||
uses: actions/checkout@v1
|
||||
- name: Download Polaris Web
|
||||
run: |
|
||||
curl -L -o web.zip https://github.com/agersant/polaris-web/releases/latest/download/web.zip
|
||||
unzip web.zip
|
||||
- name: Install Rust Toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
@ -76,6 +80,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Polaris
|
||||
uses: actions/checkout@v1
|
||||
- name: Download Polaris Web
|
||||
run: |
|
||||
curl -L -o web.zip https://github.com/agersant/polaris-web/releases/latest/download/web.zip
|
||||
unzip web.zip
|
||||
- name: Read Polaris Version
|
||||
run: echo ::set-env name=POLARIS_VERSION::${GITHUB_REF:10}
|
||||
- name: Build Archive
|
||||
|
|
Loading…
Add table
Reference in a new issue