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 64635de commit debdb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Display structure of downloaded files
run: ls -alR
- name: Zip MacOS output
run: cd RBSAgent.app && mv RBSAgent.app RBSAgent && zip -r9 RBSAgent RBSAgent.app && cd ..
run: mv RBSAgent.app RBSAgent && zip -r9 RBSAgent RBSAgent.app
- name: Display structure of downloaded files
run: ls -alR
- name: Upload Release Asset Windows
Expand Down

0 comments on commit debdb86

Please sign in to comment.