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 cb28fe8 commit 508cfa9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/AOSExample(Copy).yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,29 @@ jobs:
- Second Change
draft: false
prerelease: false
- name: zip-files:
uses: vimtor/action-zip@v1
with:
files: ./package/ manifest.json
dest: ./package/result.${{ env.PACKAGEVERSION }}.zip

- name: Install Octopus CLI πŸ™
uses: OctopusDeploy/install-octopus-cli-action@v1
with:
version: '*'

- name: Push a package to Octopus Deploy πŸ™
- name: Push a NUGET package to Octopus Deploy πŸ™
uses: OctopusDeploy/push-package-action@v3
with:
packages: ./package/Monday.${{ env.PACKAGEVERSION }}.nupkg
overwrite_mode: OverwriteExisting

- name: Push a ZIP package to Octopus Deploy πŸ™
uses: OctopusDeploy/push-package-action@v3
with:
packages: ./package/Monday.${{ env.PACKAGEVERSION }}.zip
overwrite_mode: OverwriteExisting



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

0 comments on commit 508cfa9

Please sign in to comment.