Fix EOF
This commit is contained in:
@@ -56,4 +56,4 @@ jobs:
|
||||
with:
|
||||
app-name: ${{ env.AZURE_WEBAPP_NAME }}
|
||||
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
|
||||
images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}'
|
||||
images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}'
|
||||
|
||||
@@ -53,4 +53,4 @@ jobs:
|
||||
with:
|
||||
app-name: ${{ env.AZURE_WEBAPP_NAME }}
|
||||
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
|
||||
package: '*.jar'
|
||||
package: '*.jar'
|
||||
|
||||
Reference in New Issue
Block a user