Skip to content

Commit 1b4cd22

Browse files
authored
Fix YAML syntax for package paths in workflow
1 parent 679527f commit 1b4cd22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ jobs:
9292
OCTOPUS_SPACE: ${{ secrets.OCTOPUS_SERVER_SPACE }}
9393
with:
9494
packages: |
95-
"${{ github.workspace }}/artifacts/petclinic.web.${{ env.PACKAGE_VERSION }}.war"
96-
"${{ github.workspace }}/artifacts/petclinic.db.${{ env.PACKAGE_VERSION }}.zip"
95+
${{ github.workspace }}/artifacts/petclinic.web.${{ env.PACKAGE_VERSION }}.war
96+
${{ github.workspace }}/artifacts/petclinic.db.${{ env.PACKAGE_VERSION }}.zip

0 commit comments

Comments
 (0)