Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible authored Jan 17, 2024
1 parent 7b61e3e commit 3820caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Build with dotnet
run: dotnet build --configuration Release
working-directory: './src/AIHUB'
working-directory: './src/AIHub'

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
working-directory: './src/AIHUB'
working-directory: './src/AIHub'

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3820caf

Please sign in to comment.