Skip to content

Commit

Permalink
Update create_release.yml -- fixed path to dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
jarathomas authored Jun 1, 2024
1 parent 2437d36 commit 0547238
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
poetry run python setup.py bdist_dmg
ls
ls ./build/dist/
mv ./build/dist/pyopenva.dmg ./build/dist/pyopenva-1.2-macos-14.dmg
pwd
ls ./build
mv ./build/pyopenva.dmg ./build/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
ls ./build/dist/
mv ./build/dist/pyopenva.dmg ./build/dist/pyopenva-1.2-macos-13.dmg
pwd
ls ./build/
mv ./build/pyopenva.dmg ./build/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 0547238

Please sign in to comment.