Skip to content

Commit

Permalink
Another fix for azure deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonpoltorak committed Nov 29, 2023
1 parent eaeeaf8 commit cb8ef2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_noteapp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: NoteApp
path: '${{ github.workspace }}/note-app-backend/build/libs/note-app-backend-\d+.\d+.\d+.jar'
path: '${{ github.workspace }}/note-app-backend/build/libs/*.jar'

deploy-dev:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb8ef2f

Please sign in to comment.