Skip to content

Commit

Permalink
ci: fuk github action
Browse files Browse the repository at this point in the history
  • Loading branch information
phucvinh57 committed Jan 12, 2024
1 parent e2ea199 commit 5e030a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,13 @@ jobs:

- name: Unzip artifacts
run: |
ls . | grep '.zip'
pwd && (ls . | grep '.zip')
pwd
unzip ./linux.zip
# unzip ./mac.zip
# unzip ./windows.zip
# rm -f linux.zip mac.zip windows.zip
ls -lh
# ls -lh
# - name: Release
# env:
Expand Down

0 comments on commit 5e030a1

Please sign in to comment.