Skip to content

Commit

Permalink
OSX: hdiutils failure workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Oct 21, 2024
1 parent 72e0797 commit 70b95b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,17 @@ jobs:
- name: Create AppImage
run: |
./CI/build-appimg.sh
pwd
echo ${{github.workspace}}
ls ${{github.workspace}}/
ls ${{github.workspace}}/**.AppImage
ls
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: linuxAssets
path: ${{ github.workspace }}/
path: ${{github.workspace}}/
pattern: LibreCAD*.AppImage
overwrite: true
retention-days: 2
Expand Down

0 comments on commit 70b95b3

Please sign in to comment.