Skip to content

Commit 5b6b264

Browse files
authored
Update master_sampleblog.yml
1 parent b6897b2 commit 5b6b264

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master_sampleblog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/upload-artifact@v2
2929
with:
3030
name: java-app
31-
path: '${{ github.workspace }}/target/*.jar'
31+
path: '${{ github.workspace }}/target/*.war'
3232

3333
deploy:
3434
runs-on: ubuntu-latest
@@ -50,4 +50,4 @@ jobs:
5050
app-name: 'sampleblog'
5151
slot-name: 'Production'
5252
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_3C24B2965E7D4929A327A397D02CFBEF }}
53-
package: '*.jar'
53+
package: '*.war'

0 commit comments

Comments
 (0)