File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 5454 cp "$GITHUB_WORKSPACE/target/petclinic.web.$PACKAGE_VERSION.war" "$GITHUB_WORKSPACE/artifacts/petclinic.web.$PACKAGE_VERSION.war"
5555
5656 # Package flyway
57- - name : Package Flyway
58- run : |
59- octo pack --id="petclinic.db" --format="Zip" --version="$PACKAGE_VERSION" --basePath="$GITHUB_WORKSPACE/flyway" --outFolder="$GITHUB_WORKSPACE/artifacts"
57+ # - name: Package Flyway
58+ # run: |
59+ # octo pack --id="petclinic.db" --format="Zip" --version="$PACKAGE_VERSION" --basePath="$GITHUB_WORKSPACE/flyway" --outFolder="$GITHUB_WORKSPACE/artifacts"
60+
61+ - name : Create a Zip package 🐙
62+ id : create_a_zip_package
63+ uses : OctopusDeploy/create-zip-package-action@v4
64+ with :
65+ package_id : ' petclinic.db'
66+ version : " ${{ env.PACKAGE_VERSION }}"
67+ output_folder : ' artifacts'
68+ base_path : flyway
69+ files : |
70+ **/*.*
6071
6172 # Push packages to octopus deploy
6273# - name: Push packages to Octopus
You can’t perform that action at this time.
0 commit comments