Skip to content

Commit

Permalink
Update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed May 10, 2024
1 parent b13fe15 commit d643628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
"sudo apt-get upgrade -y"
"sudo apt-get install -y clang zlib1g-dev"
- name: "Publish binary"
run: "dotnet publish --output dist -p PublishAoT=${{ matrix.os }}"
run: "dotnet publish --output dist -p PublishAoT=${{ matrix.aot }}"
- name: "Create archive"
run: "7z x E5Renewer-${{ matrix.os }}-x86_64-${{ matrix.aot && 'aot' || '' }}.7z dist/*"
run: "7z x E5Renewer-${{ matrix.os }}-x86_64-${{ matrix.aot && 'aot' || 'noaot' }}.7z dist/*"
- name: "Create release"
uses: "softprops/action-gh-release@v2"
with:
Expand Down

0 comments on commit d643628

Please sign in to comment.