We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8aea5 commit 957d922Copy full SHA for 957d922
.github/workflows/release.yml
@@ -103,6 +103,24 @@ jobs:
103
if-no-files-found: error
104
retention-days: 1
105
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
117
118
119
+ name: "Refresher_for_Linux_arm64"
120
+ path: "Refresher_for_Linux_arm64.tar.gz"
121
122
123
124
- name: Upload Windows x64 build
125
if: matrix.os == 'windows-latest'
126
uses: actions/upload-artifact@v3.1.3
0 commit comments