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 4788ff4 commit 576b2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_noteapp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: NoteApp
path: '${{ github.workspace }}/note-app-backend/build/libs/*.jar'
path: '${{ github.workspace }}/note-app-backend/build/libs/note-app-backend-\d+.\d+.\d+.jar'

deploy-dev:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion note-app-backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'razepl.dev.noteapp'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'

def jwtVer = '0.11.5'
def mapstructVer = '1.5.5.Final'
Expand Down

0 comments on commit 576b2ce

Please sign in to comment.