Skip to content

Commit

Permalink
fix: file not found on upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed May 10, 2024
1 parent d97da12 commit 78d325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: Matecho-${{ github.ref_name }}.zip
files: Matecho/Matecho-${{ github.ref_name }}.zip
generate_release_notes: true
make_latest: true
draft: true

0 comments on commit 78d325d

Please sign in to comment.