update file permissions

This commit is contained in:
Aria Moradi 2021-05-17 11:28:26 +04:30
parent 9c55fc3868
commit cec7ddc486
2 changed files with 5 additions and 5 deletions

View File

@ -70,17 +70,17 @@ jobs:
dependencies-cache-enabled: true dependencies-cache-enabled: true
configuration-cache-enabled: true configuration-cache-enabled: true
- name: make windows package
run: |
cd master/scripts
./windows-bundler.sh
- name: Checkout preview branch - name: Checkout preview branch
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
ref: preview ref: preview
path: preview path: preview
- name: make windows package
run: |
cd master/scripts
./windows-bundler.sh
- name: Deploy preview - name: Deploy preview
run: | run: |
./master/.github/scripts/commit-preview.sh ./master/.github/scripts/commit-preview.sh

0
scripts/windows-bundler.sh Normal file → Executable file
View File