Skip to content

Commit 4065771

Browse files
authored
Merge pull request #8 from Heshdude/creating-installer-generator
Fixing the storage bucket name
2 parents 3d7e22b + 16ac62f commit 4065771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
PROJECT_ID: installer-to
4747
APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
4848
with:
49-
args: rsync -r installers gs://installer-to/installers
49+
args: rsync -r installers gs://installer-to.appspot.com/installers
5050
cli: gsutil

0 commit comments

Comments
 (0)