Skip to content

Commit

Permalink
Fixed github actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerhgl committed Jan 10, 2022
1 parent fc3fbf3 commit ca49969
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
- name: Compress build
run: |
ls -lah build
cd build/linux/release
ls -lah app/build
ls -lah app/build/linux
cd app/build/linux/x64/release/
zip -r linux-release.zip bundle
- name: Create linux Release
Expand Down

0 comments on commit ca49969

Please sign in to comment.