Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikstonge authored Oct 3, 2023
1 parent fa1c732 commit b448e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Version=${{env.APP_VERSION}} ${{env.SOLUTION_FILE_PATH}}

- name: Create release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
artifacts: Releases/*
name: "Version ${{env.APP_VERSION}}"
Expand Down

0 comments on commit b448e82

Please sign in to comment.