Skip to content

Commit

Permalink
fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Oct 21, 2024
1 parent 386d585 commit 0decadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
if: ${{ github.ref_type == 'tag' }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: signls_${{ github.sha }}
name: signls_${{ github.sha }}_${{ runner.os}}
path: signls_${{ github.ref_name }}_${{ runner.os}}.tar.gz
if-no-files-found: error
if: ${{ github.ref_type == 'tag' }}
Expand Down

0 comments on commit 0decadd

Please sign in to comment.