Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Feb 12, 2025
1 parent 4f7e279 commit 57aabd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
dotnet publish E5Renewer/E5Renewer.csproj \
--runtime ${{ steps.build-env-info.outputs.rid }} \
-p:E5RenewerAot=${{ matrix.aot }} \
--sc ${{ matrix.self-contained }}"
--sc ${{ matrix.self-contained }}
- name: "Create archive"
run: |
Expand Down

0 comments on commit 57aabd9

Please sign in to comment.