Skip to content

Commit 489b9c2

Browse files
authored
fix(installer): fix installer upload (#866)
* Update release-and-publish.yml: upload installers * Update release-and-publish.yml: fix case
1 parent 0045ebb commit 489b9c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
poetry run python -m openadapt.build
5050
cd dist
5151
zip -r ../OpenAdapt.app.zip OpenAdapt.app
52+
mv OpenAdapt.dmg ..
5253
cd ..
5354
- name: Upload MacOS executable
5455
uses: actions/upload-artifact@v4
@@ -93,6 +94,7 @@ jobs:
9394
poetry run python -m openadapt.build
9495
cd dist
9596
7z a -tzip ../OpenAdapt.zip OpenAdapt
97+
move OpenAdapt_Installer.exe ..
9698
cd ..
9799
- name: Upload Windows executable
98100
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)