Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 11, 2023
1 parent 76289fa commit 7a1885c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
- name: Create archive
run: |
cd src
tar -c -z -v -f ../nph-${{ matrix.target.name }}.tar.gz `ls nph{,.exe} 2>/dev/null || true`
tar -c -z -v -f nph-${{ matrix.target.name }}.tar.gz `ls nph{,.exe} 2>/dev/null || true`
- name: Upload the binaries
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7a1885c

Please sign in to comment.