mirror of
https://github.com/Xevion/factorio-achievements-fixer.git
synced 2025-12-10 06:07:10 -06:00
Use publish, not build, implicit release configuration
This commit is contained in:
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
run: dotnet restore ${{ env.SLN_PATH }}
|
||||
|
||||
- name: Build Application
|
||||
run: dotnet build ${{ env.SLN_PATH }} --configuration Release --no-restore
|
||||
run: dotnet publish ${{ env.SLN_PATH }} --no-restore
|
||||
|
||||
- name: Extract Version
|
||||
id: extract_version
|
||||
@@ -38,7 +38,6 @@ jobs:
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: factorio-achievements-fixer-{{ steps.extract_version.outputs.result }}
|
||||
name: factorio-achievements-fixer-${{ steps.extract_version.outputs.result }}
|
||||
if-no-files-found: error
|
||||
compression-level: 0
|
||||
path: ${{ env.SLN_PATH }}/bin/Release/net8.0-windows/win-x86/publish/factorio-achievements-fixer.exe
|
||||
|
||||
Reference in New Issue
Block a user