Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
predetermined publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaas committed Sep 12, 2023
1 parent f12ac71 commit 5b697d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ jobs:
run: dotnet restore TileBakeTool/TileBakeTool.csproj
- name: Build Release
run: |
dotnet build TileBakeTool/TileBakeTool.csproj --no-restore --verbosity detailed --configuration Release
echo "Build output path: $(pwd)/TileBakeTool/bin/Release/"
- name: Test
run: dotnet test TileBakeTool/TileBakeTool.csproj --no-build --verbosity detailed
dotnet build TileBakeTool/TileBakeTool.csproj --no-restore --verbosity normal --configuration Release --output ./publish
- name: Publish Build Artifacts
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: $(pwd)/TileBakeTool/bin/Release/
path: ./publish

0 comments on commit 5b697d9

Please sign in to comment.