Skip to content

Commit 2bb6e35

Browse files
committed
Release package
1 parent 6aad2d3 commit 2bb6e35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/linux.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,23 @@ jobs:
164164
- name: Build GNAT WASM32
165165
run: ./anod build gnatllvm-wasm32 -v --loglevel DEBUG --enable-cleanup
166166

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+
167172
- uses: actions/upload-artifact@v4
168173
with:
169174
name: gnat-wasm32
170175
path: sbx/*/gnatllvm-wasm32/install/*
171176
retention-days: 5
172177

178+
- uses: actions/upload-artifact@v2
179+
with:
180+
name: release-packages
181+
path: sbx/*/release_package*/install/*
182+
retention-days: 5
183+
173184

174185
why3:
175186
strategy:

0 commit comments

Comments
 (0)