Skip to content

Commit

Permalink
Merge pull request #191 from Concordium/fix-vscode-linux-perm
Browse files Browse the repository at this point in the history
Add executable permission to cargo-concordium in vscode release on linux
  • Loading branch information
limemloh authored Oct 29, 2024
2 parents 8cfa400 + 7aaeb03 commit 25d81c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
echo "Finally linux"
rm -rf executables/*
mv ../binary-ubuntu-latest/x86_64-unknown-linux-musl/release/cargo-concordium executables/cargo-concordium
chmod +x executables/cargo-concordium
npx vsce package --target linux-x64 --out ./out/extension-linux-x64.vsix
- name: Upload extension artifacts
Expand Down
4 changes: 2 additions & 2 deletions vscode-smart-contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25d81c4

Please sign in to comment.