Skip to content

Commit

Permalink
fix: do not double dir
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed May 10, 2024
1 parent 493bec5 commit 0d4e47a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
- name: Rename dist
run: mkdir Matecho && mv dist Matecho/Matecho

- name: Packing
uses: montudor/action-zip@v1
with:
args: zip -qq -r Matecho-${{ github.ref_name }}.zip Matecho/Matecho

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Matecho-${{ github.ref_name }}
path: Matecho

- name: Packing
uses: montudor/action-zip@v1
with:
args: cd Matecho && zip -qq -D -r Matecho-${{ github.ref_name }}.zip Matecho

- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 0d4e47a

Please sign in to comment.