give name to artefacts to avoid conflicts and failing

This commit is contained in:
2024-07-10 22:46:16 +02:00
parent ca5a20c976
commit fbc4d5ca9a
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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