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
|
upload-artifact: false
|
||||||
- name: Vendor dependencies
|
- name: Vendor dependencies
|
||||||
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
|
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
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.flatpak
|
*.flatpak
|
||||||
|
*.sha256sum
|
||||||
- name: ls
|
- name: ls
|
||||||
run: ls
|
run: ls
|
||||||
publish-prerelease:
|
publish-prerelease:
|
||||||
@@ -66,4 +69,5 @@ jobs:
|
|||||||
files: |
|
files: |
|
||||||
**/*.flatpak
|
**/*.flatpak
|
||||||
**/*.tar.gz
|
**/*.tar.gz
|
||||||
|
**/*.sha256sum
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user