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 f150e57 commit c4c5d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
yarn build:${{ matrix.script }}
- name: Make AppImage executable (Linux only)
if: ${{ runner.os == 'Linux' }}
run: chmod +x ./dist/OpenCOR-*.AppImage
run: chmod +x ./dist/OpenCOR-*-AppImage
- name: Remove blockmap files
shell: bash
run: find ./dist -name '*.blockmap' -delete
Expand Down
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ win:
- nsis
- zip
nsis:
artifactName: ${productName}-${version}-Windows-${ext}
uninstallDisplayName: ${productName}
linux:
artifactName: ${productName}-${version}-Linux-${ext}
Expand Down

0 comments on commit c4c5d15

Please sign in to comment.