mirror of
https://github.com/Xevion/factorio-achievements-fixer.git
synced 2025-12-11 00:07:12 -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 }}
|
run: dotnet restore ${{ env.SLN_PATH }}
|
||||||
|
|
||||||
- name: Build Application
|
- name: Build Application
|
||||||
run: dotnet build ${{ env.SLN_PATH }} --configuration Release --no-restore
|
run: dotnet publish ${{ env.SLN_PATH }} --no-restore
|
||||||
|
|
||||||
- name: Extract Version
|
- name: Extract Version
|
||||||
id: extract_version
|
id: extract_version
|
||||||
@@ -38,7 +38,6 @@ jobs:
|
|||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: factorio-achievements-fixer-{{ steps.extract_version.outputs.result }}
|
name: factorio-achievements-fixer-${{ steps.extract_version.outputs.result }}
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
compression-level: 0
|
|
||||||
path: ${{ env.SLN_PATH }}/bin/Release/net8.0-windows/win-x86/publish/factorio-achievements-fixer.exe
|
path: ${{ env.SLN_PATH }}/bin/Release/net8.0-windows/win-x86/publish/factorio-achievements-fixer.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user