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 717d8eb commit d0f287b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
run: |
yarn
yarn build:${{ matrix.script }}
- name: Make AppImage executable (Linux only)
if: ${{ runner.os == 'Linux' }}
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 d0f287b

Please sign in to comment.