Skip to content

Commit

Permalink
[fix] release folder in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Jan 2, 2025
1 parent f221d94 commit d9d0cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: ${{ !contains(github.ref, 'refs/heads/master') }}
generate_release_notes: true
files: ${{ env.FILE_PATH }}
files: build/${{ env.FILE_PATH }}

0 comments on commit d9d0cfa

Please sign in to comment.