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
|
upload-artifact: false
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
name: flatpak
|
||||||
path: |
|
path: |
|
||||||
*.flatpak
|
*.flatpak
|
||||||
vendor:
|
vendor:
|
||||||
@@ -54,6 +55,7 @@ jobs:
|
|||||||
- run: sha256sum vendor.tar.gz > vendor.tar.gz.sha256sum
|
- run: sha256sum vendor.tar.gz > vendor.tar.gz.sha256sum
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
name: vendor
|
||||||
path: |
|
path: |
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.sha256sum
|
*.sha256sum
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
|||||||
upload-artifact: false
|
upload-artifact: false
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
name: flatpak
|
||||||
path: |
|
path: |
|
||||||
*.flatpak
|
*.flatpak
|
||||||
vendor:
|
vendor:
|
||||||
@@ -40,6 +41,7 @@ jobs:
|
|||||||
- run: sha256sum vendor.tar.gz > vendor.tar.gz.sha256sum
|
- run: sha256sum vendor.tar.gz > vendor.tar.gz.sha256sum
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
name: vendor
|
||||||
path: |
|
path: |
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.sha256sum
|
*.sha256sum
|
||||||
|
|||||||
Reference in New Issue
Block a user