Skip to content

Commit 95a725f

Browse files
authored
Update main.yml
1 parent 9c74387 commit 95a725f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
with:
6565
package_id: 'petclinic.db'
6666
version: "${{ env.PACKAGE_VERSION }}"
67-
output_folder: 'artifacts'
68-
base_path: flyway
67+
output_folder: '${{ github.workspace }}/artifacts'
68+
base_path: "${{ github.workspace }}/flyway"
6969
files: |
7070
**/*.*
7171
@@ -84,4 +84,5 @@ jobs:
8484
OCTOPUS_SPACE: ${{ secrets.OCTOPUS_SERVER_SPACE }}
8585
with:
8686
packages: |
87-
"artifacts/petclinic.web.${{ env.PACKAGE_VERSION }}.war"
87+
"${{ github.workspace }}/artifacts/petclinic.web.${{ env.PACKAGE_VERSION }}.war"
88+
"${{ github.workspace }}/artifacts/petclinic.db.${{ env.PACKAGE_VERSION }}.zip"

0 commit comments

Comments
 (0)