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 508cfa9 commit 14a78fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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.2'
VERSION: '3.0.6.2'
PACKAGEVERSION: '3.0.6.3'
VERSION: '3.0.6.3'
OCTOPUS_SPACE: 'Dane'
PACKAGENAME: 'Monday'

Expand Down Expand Up @@ -97,7 +97,8 @@ jobs:
- Second Change
draft: false
prerelease: false
- name: zip-files:

- name: zip-files
uses: vimtor/action-zip@v1
with:
files: ./package/ manifest.json
Expand Down

0 comments on commit 14a78fe

Please sign in to comment.