Skip to content

Commit

Permalink
archive deployment examples with release
Browse files Browse the repository at this point in the history
  • Loading branch information
apoland committed Oct 27, 2023
1 parent fe623be commit fb196f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ jobs:
version: v1.20.0
args: release --clean

- name: Archive Deployment Examples
- name: Archive deployment examples
run: |
cd assets/sidecar-deployment && zip topaz_deployment_examples.zip *.yaml
- name: Upload example deployment files
- name: Upload deployment examples
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fb196f2

Please sign in to comment.