Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Jul 31, 2024
1 parent bad66ed commit a5b1fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}:${{ env.APPLICATION}}-${{ matrix.id }}
name: ${{ github.sha }}_${{ env.APPLICATION}}-${{ matrix.id }}
path: ./${{ env.APPLICATION}}-${{ matrix.id }}.tar.gz
retention-days: 1
compression-level: 0
Expand All @@ -103,7 +103,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: ${{ env.APPLICATION }}
pattern: "${{ github.sha }}:"
pattern: "${{ github.sha }}_"

- name: Debug output
run: find . -ls

0 comments on commit a5b1fea

Please sign in to comment.