Skip to content

Commit

Permalink
259 - correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieMatherSmartDCSIT committed Oct 28, 2024
1 parent 8df83c4 commit 37d13b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-arifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.11'

- name: Create tel2puml_x86_64.pyz
run: ./scripts/build_zipapp.sh tel2puml_x86_64.pyz
run: ./scripts/build_zip_app.sh tel2puml_x86_64.pyz

- name: Upload to GitHub Releases
uses: softprops/action-gh-release@v2
Expand All @@ -42,7 +42,7 @@ jobs:
python-version: '3.11'

- name: Create tel2puml_arm64.pyz
run: ./scripts/build_zipapp.sh tel2puml_arm64.pyz
run: ./scripts/build_zip_app.sh tel2puml_arm64.pyz

- name: Upload to GitHub Releases
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 37d13b8

Please sign in to comment.