Skip to content

Commit

Permalink
fix dmg name
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Nov 30, 2023
1 parent 99d2981 commit fd5201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: make dmg
working-directory: getargv.cpp
- name: rename dmg
run: mv pkg/*.dmg pkg/getargv-${{ matrix.os }}.dmg
run: mv pkg/*.dmg pkg/libgetargv++-${{ matrix.os }}.dmg
working-directory: getargv.cpp
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit fd5201b

Please sign in to comment.