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 6aad2d3 commit 2bb6e35Copy full SHA for 2bb6e35
.github/workflows/linux.yml
@@ -164,12 +164,23 @@ jobs:
164
- name: Build GNAT WASM32
165
run: ./anod build gnatllvm-wasm32 -v --loglevel DEBUG --enable-cleanup
166
167
+ - name: Package GNAT WASM32
168
+ run: ./anod build release_package --qualifier=package=gnat,do_gh_release --target=wasm32 -v --loglevel DEBUG
169
+ env:
170
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for GitHub CLI tool
171
+
172
- uses: actions/upload-artifact@v4
173
with:
174
name: gnat-wasm32
175
path: sbx/*/gnatllvm-wasm32/install/*
176
retention-days: 5
177
178
+ - uses: actions/upload-artifact@v2
179
+ with:
180
+ name: release-packages
181
+ path: sbx/*/release_package*/install/*
182
+ retention-days: 5
183
184
185
why3:
186
strategy:
0 commit comments