Skip to content

Commit

Permalink
Merge pull request #35 from zevlee/edit-workflow
Browse files Browse the repository at this point in the history
fix: Edit workflow
  • Loading branch information
zevlee authored Jan 21, 2024
2 parents 53d6c08 + 6ee63d3 commit b1ed3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo 'KEYC=notarytool-profile' >> .env
- name: Build package
run: |
/usr/local/bin/python3 build.py
python3 build.py
- name: Store the distribution packages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b1ed3c1

Please sign in to comment.