mirror of
https://github.com/boostorg/nowide.git
synced 2026-07-21 13:23:48 +00:00
Make tools/create_standalone.sh executable
This commit is contained in:
@@ -135,7 +135,7 @@ jobs:
|
||||
- name: Create standalone
|
||||
if: matrix.standalone == 'Standalone'
|
||||
run: |
|
||||
bash tools/create_standalone.sh "$PWD/../nowide_standalone"
|
||||
tools/create_standalone.sh "$PWD/../nowide_standalone"
|
||||
rm -rf *
|
||||
cp -r ../nowide_standalone/* .
|
||||
mkdir build
|
||||
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
- name: Create standalone version
|
||||
run: |
|
||||
bash tools/create_standalone.sh nowide_standalone_${{steps.get_tag.outputs.tag}}
|
||||
tools/create_standalone.sh nowide_standalone_${{steps.get_tag.outputs.tag}}
|
||||
tar -czf nowide_standalone.tar.gz nowide_standalone_${{steps.get_tag.outputs.tag}}
|
||||
- name: Test standalone release tarball
|
||||
run: |
|
||||
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Create standalone version
|
||||
id: standalone
|
||||
run: |
|
||||
bash tools/create_standalone.sh /tmp/nowide_standalone
|
||||
tools/create_standalone.sh /tmp/nowide_standalone
|
||||
git checkout "$STANDALONE_BRANCH_NAME" -- || git checkout -b "$STANDALONE_BRANCH_NAME"
|
||||
rm -r *
|
||||
mv /tmp/nowide_standalone/* .
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user