Skip to content

Commit

Permalink
try solve an ddebug
Browse files Browse the repository at this point in the history
  • Loading branch information
denizs committed Sep 30, 2024
1 parent 151667e commit 8144695
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ jobs:
run: |
msbuild enlyze.pq.proj /p:Configuration=Release
- name: Print working directory
run: pwd

- name: List files in Release directory
run: dir .\bin\AnyCPU\Release

- name: Upload `.mez` as release asset
uses: softprops/action-gh-release@v1
with:
files: bin\AnyCPU\Release\enlyze-powerbi.mez
files: ${{ github.workspace }}\\bin\\AnyCPU\\Release\\enlyze-powerbi.mez
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8144695

Please sign in to comment.