This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
8cb199a
commit 8451908
Showing
1 changed file
with
9 additions
and
5 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 |
---|---|---|
|
@@ -55,6 +55,10 @@ jobs: | |
needs: [pyinstaller-build] | ||
steps: | ||
- uses: actions/download-artifact@v3 | ||
- name: Display structure of downloaded files | ||
run: ls -alR | ||
- name: Zip MacOS Build | ||
run: cd RBSAgent-mac && zip -r9 RBSAgent RBSAgent.app | ||
- name: Display structure of downloaded files | ||
run: ls -alR | ||
# - name: Zip MacOS output | ||
|
@@ -66,11 +70,11 @@ jobs: | |
# - name: Display structure of downloaded files | ||
# run: ls -alR | ||
|
||
# - uses: shogo82148/actions-upload-release-asset@v1 | ||
# with: | ||
# upload_url: ${{ github.event.release.upload_url }} | ||
# asset_path: ./RBSAgent* | ||
# overwrite: true | ||
- uses: shogo82148/actions-upload-release-asset@v1 | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: ./RBSAgent.* | ||
overwrite: true | ||
|
||
# - name: Upload Release Asset Windows | ||
# uses: actions/[email protected] | ||
|