Skip to content

Commit

Permalink
Fix release action, again
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx committed Jan 27, 2025
1 parent d2d10dd commit 9afad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo ASSET=$asset >> $GITHUB_ENV
else
cp "target/${{ matrix.platform.target }}/release/nmo" "$name/"
cp "target/${{ matrix.platform.target }}/release/nemo-language-server "$name/"
cp "target/${{ matrix.platform.target }}/release/nemo-language-server" "$name/"
asset=$name.tar.gz
tar czf "$asset" "$name"
echo ASSET=$asset >> $GITHUB_ENV
Expand Down

0 comments on commit 9afad1c

Please sign in to comment.