We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6897b2 commit 5b6b264Copy full SHA for 5b6b264
1 file changed
.github/workflows/master_sampleblog.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/upload-artifact@v2
29
with:
30
name: java-app
31
- path: '${{ github.workspace }}/target/*.jar'
+ path: '${{ github.workspace }}/target/*.war'
32
33
deploy:
34
runs-on: ubuntu-latest
@@ -50,4 +50,4 @@ jobs:
50
app-name: 'sampleblog'
51
slot-name: 'Production'
52
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_3C24B2965E7D4929A327A397D02CFBEF }}
53
- package: '*.jar'
+ package: '*.war'
0 commit comments