removed 'chmod +x' from github actions

master
Martin Scheidt 2022-02-15 00:11:01 +01:00
parent 142709e43e
commit 2e6b6fd7ae
3 changed files with 6 additions and 6 deletions

View File

@ -58,8 +58,8 @@ jobs:
- name: "install tikz-trackschematic"
run: chmod +x dev-install.sh && ./dev-install.sh -b
- name: "test tikz-trackschematic"
run: cd test && chmod +x testing.sh && ./testing.sh && cd ..
# - name: "test tikz-trackschematic"
# run: cd test && ./testing.sh && cd ..
# ## create varibale ${{ steps.tag.outputs.tag }}
# - name: "get tag"
@ -70,7 +70,7 @@ jobs:
# strip_v: false
# - name: "create tikz-trackschematic package"
# run: chmod +x create-release.sh && ./create-release.sh -v ${{ steps.tag.outputs.tag }}
# run: ./create-release.sh -v ${{ steps.tag.outputs.tag }}
## opening a debug console
- name: Setup upterm session

View File

@ -27,7 +27,7 @@ jobs:
strip_v: false
- name: "create tikz-trackschematic package"
run: chmod +x create-release.sh && ./create-release.sh -v ${{ steps.tag.outputs.tag }}
run: ./create-release.sh -v ${{ steps.tag.outputs.tag }}
- name: "create release"
id: create_release

View File

@ -37,7 +37,7 @@ jobs:
packages-path: ${{ github.workspace }}/.github/tex/packages.test.txt
- name: "install tikz-trackschematic"
run: chmod +x dev-install.sh && ./dev-install.sh -b
run: ./dev-install.sh -b
- name: "test tikz-trackschematic"
run: cd test && chmod +x testing.sh && ./testing.sh
run: cd test && ./testing.sh