Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Fix asset upload on release
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper7kills committed Nov 28, 2023
1 parent 39cf645 commit f79c23f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
runs-on: ubuntu-latest
needs: [pyinstaller-build]
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/download-artifact@v3
- name: Display structure of downloaded files
run: ls -alR
- name: Zip MacOS output
run: zip -r9 RBSAgent.app RBSAgent.app/RBSAgent.app
run: cd RBSAgent.app && mv RBSAgent.app RBSAgent zip -r9 RBSAgent RBSAgent.app && cd ..
- name: Display structure of downloaded files
run: ls -alR
- name: Upload Release Asset Windows
Expand Down

0 comments on commit f79c23f

Please sign in to comment.