Skip to content

Commit

Permalink
Upload only plugin archives as latest plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Oct 9, 2023
1 parent 72a557f commit 386bb90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- narrow-down-gcs-upload
jobs:
publish_plugins:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:
with:
path: 'plugin-dist'
destination: 'botkube-plugins-latest/'
glob: '*.tar.gz'
parent: false
- name: Upload plugin index to GCS
uses: google-github-actions/upload-cloud-storage@v1
Expand Down

0 comments on commit 386bb90

Please sign in to comment.