Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarathomas authored Jun 1, 2024
1 parent 5d58f05 commit 2437d36
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,16 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
poetry run python setup.py bdist_dmg
ls ./dist/
mv ./dist/pyopenva.dmg ./dist/pyopenva-1.2-macos-14.dmg
ls
ls ./build/dist/
mv ./build/dist/pyopenva.dmg ./build/dist/pyopenva-1.2-macos-14.dmg
- name: Build installer for macos-13
if: matrix.os == 'macos-13'
run: |
poetry run python setup.py bdist_dmg
ls ./dist/
mv ./dist/pyopenva.dmg ./dist/pyopenva-1.2-macos-13.dmg
ls
ls ./build/dist/
mv ./build/dist/pyopenva.dmg ./build/dist/pyopenva-1.2-macos-13.dmg
- name: Upload Windows msi
uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
Expand Down

0 comments on commit 2437d36

Please sign in to comment.