Skip to content

Commit

Permalink
Merge pull request #17 from enlyze/fix/gh-action
Browse files Browse the repository at this point in the history
Fix Release Asset Upload Action
  • Loading branch information
denizs authored Sep 30, 2024
2 parents 151667e + bb50e15 commit a3e54ec
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 @@ -22,6 +22,6 @@ jobs:
- name: Upload `.mez` as release asset
uses: softprops/action-gh-release@v1
with:
files: bin\AnyCPU\Release\enlyze-powerbi.mez
files: bin/AnyCPU/Release/enlyze-powerbi.mez
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a3e54ec

Please sign in to comment.