Skip to content

Commit

Permalink
chore: fix again release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 30fd7eb commit ad2f3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
- name: Prepare releases in zip
run: |
cd llhl/dist-linux && zip -r ../llhl-${{github.ref_name}}-linux.zip * && cd $GITHUB_WORKSPACE
cd llhl/dist && zip -r ../llhl-${{github.ref_name}}-linux.zip *

0 comments on commit ad2f3c7

Please sign in to comment.