Skip to content

Commit

Permalink
Update dotnet-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Sep 24, 2022
1 parent a33feac commit 036cc27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
uses: actions/[email protected]
with:
name: FFXIVOpcodeWizard.exe
path: bin\Release\net6.0\win-x64\publish\FFXIVOpcodeWizard.exe
path: bin\Release\net6.0-windows\win-x64\publish\FFXIVOpcodeWizard.exe
- name: Upload build artifact (pdb)
uses: actions/[email protected]
with:
name: FFXIVOpcodeWizard.pdb
path: bin\Release\net6.0\win-x64\publish\FFXIVOpcodeWizard.pdb
path: bin\Release\net6.0-windows\win-x64\publish\FFXIVOpcodeWizard.pdb
- name: Upload build artifacts to release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
bin\Release\net6.0\win-x64\publish\FFXIVOpcodeWizard.exe
bin\Release\net6.0\win-x64\publish\FFXIVOpcodeWizard.pdb
bin\Release\net6.0-windows\win-x64\publish\FFXIVOpcodeWizard.exe
bin\Release\net6.0-windows\win-x64\publish\FFXIVOpcodeWizard.pdb

0 comments on commit 036cc27

Please sign in to comment.