Skip to content

Commit f2ff336

Browse files
Merge pull request #4 from qBraid/kh_update-release
add push to gcp bucket storage to release
2 parents 5779955 + a35d6a6 commit f2ff336

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ jobs:
141141
draft: true
142142
discussion_category_name: "📣 Announcements"
143143
files: ./release-packages/*
144+
145+
- name: Upload .deb files to GCP bucket
146+
uses: google-github-actions/upload-cloud-storage@v1
147+
with:
148+
path: ./release-packages/
149+
destination: qbraid-code-server
150+
glob: '*.deb'
151+
credentials: ${{ secrets.GCP_UPLOAD_CREDENTIALS }}
144152

145153
package-macos-amd64:
146154
name: x86-64 macOS build
@@ -325,3 +333,4 @@ jobs:
325333
with:
326334
name: npm-release-package
327335
path: ./package.tar.gz
336+

0 commit comments

Comments
 (0)