Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
n-shay committed Aug 18, 2023
1 parent 9eea476 commit 6298d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore $env:PROJECT_PATH
- name: Publish
run: dotnet publish $env:PROJECT_PATH --no-restore -c Release --os win-x64 --self-contained false -p:PublishSingleFile=true --version-suffix ${{ github.run_number }} --output $env:OUTPUT_PATH
run: dotnet publish $env:PROJECT_PATH --no-restore -c Release --runtime win-x64 --self-contained false -p:PublishSingleFile=true --version-suffix ${{ github.run_number }} --output $env:OUTPUT_PATH
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 6298d86

Please sign in to comment.