Skip to content

Commit

Permalink
Update AOSExample(Copy).yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danefalvo authored Dec 16, 2022
1 parent b5ad0f5 commit b1ac01a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/AOSExample(Copy).yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ env:
OCTOPUS_HOST: ${{ secrets.OCTOPUS_HOST }}
OCTOPUS_CLI_SERVER: ${{ secrets.OCTOPUS_HOST }}
OCTOPUS_URL: ${{ secrets.OCTOPUS_HOST }}
PACKAGEVERSION: '3.0.6.4'
VERSION: '3.0.6.4'
PACKAGEVERSION: '3.0.6.5'
VERSION: '3.0.6.5'
OCTOPUS_SPACE: 'Dane'
PACKAGENAME: 'Monday'

Expand Down Expand Up @@ -121,6 +121,12 @@ jobs:
packages: ./package/result.${{ env.PACKAGEVERSION }}.zip
overwrite_mode: OverwriteExisting

- name: Push a big ZIP package to Octopus Deploy 🐙
uses: OctopusDeploy/push-package-action@v3
with:
packages: ./package/CD1_track.1.1.1.zip
overwrite_mode: OverwriteExisting



# This workflow contains multiple jobs starting with "push_a_package"
Expand Down

0 comments on commit b1ac01a

Please sign in to comment.