Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 30, 2024
1 parent 482d8a2 commit 717d8eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
yarn build:${{ matrix.script }}
- name: Make AppImage executable (Linux only)
if: ${{ runner.os == 'Linux' }}
run: chmod +x ./dist/OpenCOR-*.AppImage
run: |
ls -al ./dist
chmod +x ./dist/OpenCOR-*.AppImage
ls -al ./dist
- name: Remove blockmap files
shell: bash
run: find ./dist -name '*.blockmap' -delete
Expand Down

0 comments on commit 717d8eb

Please sign in to comment.