Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli authored May 3, 2024
1 parent 20165d2 commit c4e4c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# name: LibreCAD.snap
#

BuildMacOSArm64:
BuildMacOS:
runs-on: macos-13
steps:
- name: Checkout code
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Build and packaging
run: |
scripts/build-osx.sh
mv LibreCAD.dmg LibreCAD-`git describe --always`_arm64.dmg
mv LibreCAD.dmg LibreCAD-`git describe --always`.dmg
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c4e4c0f

Please sign in to comment.