Skip to content

Commit

Permalink
Generate checksum along with dist package
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 15, 2023
1 parent 4c08071 commit c0edfed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
sudo apt-get install --no-install-recommends -qq -y gnome-shell strip-nondeterminism
- run: npm ci
- run: make dist-repro
- run: |
cd dist
b2sum *.zip > B2SUMS.txt
- uses: actions/upload-artifact@v3
with:
name: extension-build.zip
path: "dist/*.zip"
path: "dist/*"

0 comments on commit c0edfed

Please sign in to comment.