Merge 444d261d0b
into release
This commit is contained in:
commit
40cab7fd3e
1 changed files with 4 additions and 12 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
@ -61,6 +61,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
name: Polaris_${{ github.event.inputs.versionNumber }}.msi
|
||||||
path: polaris.msi
|
path: polaris.msi
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
|
@ -82,6 +83,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
name: Polaris_${{ github.event.inputs.versionNumber }}.tar.gz
|
||||||
path: polaris.tar.gz
|
path: polaris.tar.gz
|
||||||
|
|
||||||
create_release:
|
create_release:
|
||||||
|
@ -90,20 +92,10 @@ jobs:
|
||||||
needs: [windows, linux]
|
needs: [windows, linux]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download Windows installer
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: polaris.msi
|
merge-multiple: true
|
||||||
- name: Name Windows installer
|
|
||||||
run: mv polaris.msi Polaris_${{ github.event.inputs.versionNumber }}.msi
|
|
||||||
|
|
||||||
- name: Download Linux release
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: polaris.tar.gz
|
|
||||||
- name: Name Linux release
|
|
||||||
run: mv polaris.tar.gz Polaris_${{ github.event.inputs.versionNumber }}.tar.gz
|
|
||||||
|
|
||||||
- name: Make Github release
|
- name: Make Github release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue