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 cb86924 commit 57d578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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.aot }}"
run: "dotnet publish ./E5Renewer --output dist -p PublishAoT=${{ matrix.aot }}"
- name: "Create archive"
run: "7z x E5Renewer-${{ matrix.os }}-x86_64-${{ matrix.aot && 'aot' || 'noaot' }}.7z dist/*"
- name: "Create release"
Expand Down

0 comments on commit 57d578f

Please sign in to comment.