Skip to content

Commit

Permalink
Upload pbd in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Aug 12, 2024
1 parent 7b46ec4 commit 065f8b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: reffect
path: target/release/reffect.dll
path: |
target/release/reffect.dll
target/release/reffect.pdb
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: reffect
path: target/release/reffect.dll
path: |
target/release/reffect.dll
target/release/reffect.pdb
- uses: softprops/action-gh-release@v1
with:
files: |
target/release/reffect.dll
target/release/reffect.pdb

0 comments on commit 065f8b3

Please sign in to comment.