mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
Add checksum generation in pipeline
This commit is contained in:
committed by
GitHub
parent
fcbfd92e61
commit
fc4a232471
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
@@ -66,4 +69,5 @@ jobs:
|
||||
files: |
|
||||
**/*.flatpak
|
||||
**/*.tar.gz
|
||||
**/*.sha256sum
|
||||
|
||||
|
||||
Reference in New Issue
Block a user