We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c74387 commit 95a725fCopy full SHA for 95a725f
.github/workflows/main.yml
@@ -64,8 +64,8 @@ jobs:
64
with:
65
package_id: 'petclinic.db'
66
version: "${{ env.PACKAGE_VERSION }}"
67
- output_folder: 'artifacts'
68
- base_path: flyway
+ output_folder: '${{ github.workspace }}/artifacts'
+ base_path: "${{ github.workspace }}/flyway"
69
files: |
70
**/*.*
71
@@ -84,4 +84,5 @@ jobs:
84
OCTOPUS_SPACE: ${{ secrets.OCTOPUS_SERVER_SPACE }}
85
86
packages: |
87
- "artifacts/petclinic.web.${{ env.PACKAGE_VERSION }}.war"
+ "${{ github.workspace }}/artifacts/petclinic.web.${{ env.PACKAGE_VERSION }}.war"
88
+ "${{ github.workspace }}/artifacts/petclinic.db.${{ env.PACKAGE_VERSION }}.zip"
0 commit comments