We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679527f commit 1b4cd22Copy full SHA for 1b4cd22
.github/workflows/main.yml
@@ -92,5 +92,5 @@ jobs:
92
OCTOPUS_SPACE: ${{ secrets.OCTOPUS_SERVER_SPACE }}
93
with:
94
packages: |
95
- "${{ github.workspace }}/artifacts/petclinic.web.${{ env.PACKAGE_VERSION }}.war"
96
- "${{ github.workspace }}/artifacts/petclinic.db.${{ env.PACKAGE_VERSION }}.zip"
+ ${{ github.workspace }}/artifacts/petclinic.web.${{ env.PACKAGE_VERSION }}.war
+ ${{ github.workspace }}/artifacts/petclinic.db.${{ env.PACKAGE_VERSION }}.zip
0 commit comments