mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
give name to artefacts to avoid conflicts and failing
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -40,6 +40,7 @@ jobs:
|
||||
upload-artifact: false
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: flatpak
|
||||
path: |
|
||||
*.flatpak
|
||||
vendor:
|
||||
@@ -54,6 +55,7 @@ jobs:
|
||||
- run: sha256sum vendor.tar.gz > vendor.tar.gz.sha256sum
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: vendor
|
||||
path: |
|
||||
*.tar.gz
|
||||
*.sha256sum
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
upload-artifact: false
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: flatpak
|
||||
path: |
|
||||
*.flatpak
|
||||
vendor:
|
||||
@@ -40,6 +41,7 @@ jobs:
|
||||
- run: sha256sum vendor.tar.gz > vendor.tar.gz.sha256sum
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: vendor
|
||||
path: |
|
||||
*.tar.gz
|
||||
*.sha256sum
|
||||
|
||||
Reference in New Issue
Block a user