Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
labbots committed May 23, 2024
1 parent 41480c1 commit 60f0f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: poetry run pyinstaller spec_files/ui_app/NiimPrintX-mac.spec --noconfirm --clean

- name: Create DMG package
run: ./github/workflows/mac-dmg-builder.sh "${{ steps.get_tag_name.outputs.VERSION }}"
run: ./.github/workflows/mac-dmg-builder.sh "${{ steps.get_tag_name.outputs.VERSION }}"

- name: Upload DMG package
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 60f0f14

Please sign in to comment.