Skip to content

Commit

Permalink
Actually upload the fucking builds we made
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Aug 31, 2024
1 parent 9a8aea5 commit 957d922
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,24 @@ jobs:
if-no-files-found: error
retention-days: 1

- name: Upload Linux ARM build
if: matrix.os == 'ubuntu-latest'
uses: actions/[email protected]
with:
name: "Refresher_for_Linux_arm"
path: "Refresher_for_Linux_arm.tar.gz"
if-no-files-found: error
retention-days: 1

- name: Upload Linux ARM64 build
if: matrix.os == 'ubuntu-latest'
uses: actions/[email protected]
with:
name: "Refresher_for_Linux_arm64"
path: "Refresher_for_Linux_arm64.tar.gz"
if-no-files-found: error
retention-days: 1

- name: Upload Windows x64 build
if: matrix.os == 'windows-latest'
uses: actions/[email protected]
Expand Down

0 comments on commit 957d922

Please sign in to comment.