Skip to content

Commit

Permalink
fix release.yml (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust authored Apr 20, 2024
1 parent 150e7f9 commit a244cff
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 @@ -26,7 +26,7 @@ jobs:
run: dotnet restore -r win-x64

- name: Build
run: dotnet build -c Release -r win-x64 --no-restore X4_ComplexCalculator\X4_ComplexCalculator.csproj
run: dotnet publish -r win-x64 --self-contained X4_ComplexCalculator\X4_ComplexCalculator.csproj

- name: Compress archive
run: |
Expand Down

0 comments on commit a244cff

Please sign in to comment.