Skip to content

Commit 957d922

Browse files
committed
Actually upload the fucking builds we made
1 parent 9a8aea5 commit 957d922

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,24 @@ jobs:
103103
if-no-files-found: error
104104
retention-days: 1
105105

106+
- name: Upload Linux ARM build
107+
if: matrix.os == 'ubuntu-latest'
108+
uses: actions/upload-artifact@v3.1.3
109+
with:
110+
name: "Refresher_for_Linux_arm"
111+
path: "Refresher_for_Linux_arm.tar.gz"
112+
if-no-files-found: error
113+
retention-days: 1
114+
115+
- name: Upload Linux ARM64 build
116+
if: matrix.os == 'ubuntu-latest'
117+
uses: actions/upload-artifact@v3.1.3
118+
with:
119+
name: "Refresher_for_Linux_arm64"
120+
path: "Refresher_for_Linux_arm64.tar.gz"
121+
if-no-files-found: error
122+
retention-days: 1
123+
106124
- name: Upload Windows x64 build
107125
if: matrix.os == 'windows-latest'
108126
uses: actions/upload-artifact@v3.1.3

0 commit comments

Comments
 (0)