Skip to content

Commit

Permalink
chore: Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dulingzhi committed Jul 12, 2023
1 parent 710efad commit a66e65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Deploy
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.7
if: startsWith(github.ref, 'refs/tags/v')
with:
files: .\**\ObjEditing.exe
files: .\.Build\bin\Release\ObjEditing.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a66e65b

Please sign in to comment.