Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho committed Feb 14, 2023
1 parent 0644591 commit d4dc667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Compress the Nim Language Server binaries
run: |
cd src
tar -c -z -v -f nimble-${{ matrix.target.os }}-${{ matrix.target.cpu }}.tar.gz `ls nimble{,.exe} 2>/dev/null || true`
tar -c -z -v -f ../nimble-${{ matrix.target.os }}-${{ matrix.target.cpu }}.tar.gz `ls nimble{,.exe} 2>/dev/null || true`
- name: Upload the Nim Language Server Binaries
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d4dc667

Please sign in to comment.