Skip to content

Commit

Permalink
fix windows artifacts distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Oct 25, 2024
1 parent 63bb0fa commit 18ec937
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
name: signls_${{ github.sha }}_${{ runner.os}}
path: signls_${{ github.ref_name }}_${{ runner.os}}.zip
if-no-files-found: error
if: ${{ github.ref_type == 'tag'&& startsWith(matrix.os, 'windows') }}
if: ${{ github.ref_type == 'tag' && startsWith(matrix.os, 'windows') }}

release:
needs: build
Expand All @@ -92,4 +92,6 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v1
with:
files: signls_*.tar.gz
files: |
signls_*.tar.gz
signls_*.zip

0 comments on commit 18ec937

Please sign in to comment.