-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
309 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -200,6 +202,16 @@ jobs: | |
with: | ||
name: OpenAdapt | ||
path: dist/ | ||
- name: Download macOS installer | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: OpenAdapt.dmg | ||
path: dist/ | ||
- name: Download Windows installer | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: OpenAdapt_Installer | ||
path: dist/ | ||
- name: Python Semantic Release | ||
id: semantic_release | ||
uses: python-semantic-release/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.