Skip to content

Commit 59524a0

Browse files
committed
ci: resolve typo within s3 upload
1 parent 420bf54 commit 59524a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Upload testing
7575
if: startsWith(github.ref, 'refs/heads/')
7676
run: |
77-
aws s3 sync --exclude "*" --include "terrastate-*" dist s3://dl.twebhippie.de/terrastate/testing/
77+
aws s3 sync --exclude "*" --include "terrastate-*" dist s3://dl.webhippie.de/terrastate/testing/
7878
7979
- name: Install cloudsmith
8080
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)