mirror of
https://github.com/open-goal/jak-project
synced 2026-06-21 16:46:55 -04:00
release: ensure linux artifacts have execute permissions (#1713)
This commit is contained in:
@@ -16,6 +16,10 @@ strip $DEST/gk
|
||||
strip $DEST/goalc
|
||||
strip $DEST/extractor
|
||||
|
||||
chmod +x $DEST/gk
|
||||
chmod +x $DEST/goalc
|
||||
chmod +x $DEST/extractor
|
||||
|
||||
mkdir -p $DEST/data
|
||||
mkdir -p $DEST/data/launcher/
|
||||
mkdir -p $DEST/data/decompiler/
|
||||
|
||||
@@ -55,6 +55,7 @@ jobs:
|
||||
tar czf ../final/opengoal-linux-${TAG_VAL}.tar.gz .
|
||||
popd
|
||||
strip ./ci-artifacts/opengoal-linux-static/lsp/lsp
|
||||
chmod +x ./ci-artifacts/opengoal-linux-static/lsp/lsp
|
||||
cp ./ci-artifacts/opengoal-linux-static/lsp/lsp ./ci-artifacts/final/opengoal-lsp-linux-${TAG_VAL}.bin
|
||||
|
||||
- name: Prepare Windows Build Assets
|
||||
|
||||
Reference in New Issue
Block a user