Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Specify only the project

Signed-off-by: Nikita Petko <petko@vmminfra.net>
  • Loading branch information
jf-06 authored Mar 20, 2024
1 parent 978d326 commit 9f004de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Build
run: |
cd /_/_work/${{ github.repository }}/${{ github.sha }} && \
dotnet publish /_/_work/${{ github.repository }}/${{ github.sha }}/grid-bot-bare.sln \
dotnet publish /_/_work/${{ github.repository }}/${{ github.sha }}/src/Grid.Bot.csproj \
-c ${{ env.BUILD_CONFIGURATION }} \
-o /_/_work/${{ github.repository }}/${{ github.sha }}/deploy/${{ steps.version.outputs.version }} \
-p:IMAGE_TAG=${{ steps.version.outputs.version }} \
Expand Down

0 comments on commit 9f004de

Please sign in to comment.