diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcecf8c..e5bc0c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: 7z a ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ../publish } else { - zip -r ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip -i ../publish + zip -r ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip -i ./publish } - name: Create GitHub Release