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 9a3300f commit f8b31be
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 @@ -33,7 +33,7 @@ jobs:
- name: "Publish binary"
run: "dotnet publish ./E5Renewer --output dist -p PublishAoT=${{ matrix.aot }}"
- name: "Create archive"
run: "7z x E5Renewer-${{ matrix.os }}-${{ matrix.os == 'macos-latest' && 'arm64' || 'x86_64' }}-${{ matrix.aot && 'aot' || 'noaot' }}.7z dist/*"
run: "7z a E5Renewer-${{ matrix.os }}-${{ matrix.os == 'macos-latest' && 'arm64' || 'x86_64' }}-${{ matrix.aot && 'aot' || 'noaot' }}.7z dist/*"
- name: "Upload archive"
uses: "actions/upload-artifact@v4"
with:
Expand Down

0 comments on commit f8b31be

Please sign in to comment.