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 5e60f7b commit 31dcb00
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
./CI/build-appimg.sh
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact/merge@v4
with:
name: assets
path: ${{ github.workspace }}/LibreCAD**.AppImage
overwrite: true
retention-days: 2
Expand All @@ -90,8 +91,9 @@ jobs:
bash ./scripts/createSnap.sh
- name: Uploading snap
uses: actions/upload-artifact@v4
uses: actions/upload-artifact/merge@v4
with:
name: assets
path: ${{ github.workspace }}/librecad**snap
overwrite: true
retention-days: 2
Expand Down Expand Up @@ -138,8 +140,9 @@ jobs:
mv LibreCAD.dmg LibreCAD-`git describe --always`.dmg
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact/merge@v4
with:
name: assets
path: ${{ github.workspace }}/LibreCAD*.dmg
overwrite: true
retention-days: 2
Expand Down Expand Up @@ -228,8 +231,9 @@ jobs:
shell: bash

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact/merge@v4
with:
name: assets
path: ${{ github.workspace }}/LibreCAD**exe
overwrite: true
retention-days: 2
Expand Down Expand Up @@ -318,8 +322,9 @@ jobs:
shell: bash

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact/merge@v4
with:
name: assets
path: ${{ github.workspace }}/LibreCAD**exe
overwrite: true
retention-days: 2
Expand Down

0 comments on commit 31dcb00

Please sign in to comment.