Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miroljub1995 authored Sep 20, 2024
1 parent 3d333a2 commit 19ac4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
dotnet-version: '8.0.x'

- name: Restore dependencies
working-directory: backend
working-directory: backend/ResQueue
run: dotnet restore

- name: Publish
working-directory: backend
working-directory: backend/ResQueue
run: dotnet publish --os linux --arch amd64 /t:PublishContainer

0 comments on commit 19ac4ee

Please sign in to comment.