Skip to content

Commit

Permalink
Add checksum generation in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
13hannes11 authored Jul 9, 2024
1 parent fcbfd92 commit fc4a232
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ jobs:
upload-artifact: false
- name: Vendor dependencies
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
- name: Vendor dependencies
run: sha256sum vendor.tar.gz > vendor.tar.gz.sha256sum
- uses: actions/upload-artifact@v4
with:
path: |
*.tar.gz
*.flatpak
*.sha256sum
- name: ls
run: ls
publish-prerelease:
Expand All @@ -66,4 +69,5 @@ jobs:
files: |
**/*.flatpak
**/*.tar.gz
**/*.sha256sum

0 comments on commit fc4a232

Please sign in to comment.