Skip to content

Commit

Permalink
fix(installer): fix installer upload (#866)
Browse files Browse the repository at this point in the history
* Update release-and-publish.yml: upload installers

* Update release-and-publish.yml: fix case
  • Loading branch information
abrichr authored Jul 25, 2024
1 parent 0045ebb commit 489b9c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
poetry run python -m openadapt.build
cd dist
zip -r ../OpenAdapt.app.zip OpenAdapt.app
mv OpenAdapt.dmg ..
cd ..
- name: Upload MacOS executable
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
poetry run python -m openadapt.build
cd dist
7z a -tzip ../OpenAdapt.zip OpenAdapt
move OpenAdapt_Installer.exe ..
cd ..
- name: Upload Windows executable
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 489b9c2

Please sign in to comment.