Skip to content

Commit

Permalink
CI churn
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Sep 29, 2024
1 parent 47c73f6 commit 444d261
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: Polaris_${{ github.event.inputs.versionNumber }}.msi
path: polaris.msi

linux:
Expand All @@ -82,6 +83,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: Polaris_${{ github.event.inputs.versionNumber }}.tar.gz
path: polaris.tar.gz

create_release:
Expand All @@ -90,20 +92,10 @@ jobs:
needs: [windows, linux]

steps:
- name: Download Windows installer
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: polaris.msi
- 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

merge-multiple: true
- name: Make Github release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 444d261

Please sign in to comment.