We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420bf54 commit 59524a0Copy full SHA for 59524a0
.github/workflows/binaries.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Upload testing
75
if: startsWith(github.ref, 'refs/heads/')
76
run: |
77
- aws s3 sync --exclude "*" --include "terrastate-*" dist s3://dl.twebhippie.de/terrastate/testing/
+ aws s3 sync --exclude "*" --include "terrastate-*" dist s3://dl.webhippie.de/terrastate/testing/
78
79
- name: Install cloudsmith
80
if: startsWith(github.ref, 'refs/tags/')
0 commit comments