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

View File

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