We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f83aa commit 733f3b3Copy full SHA for 733f3b3
.github/workflows/deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Build artifact
56
run: |
57
./deploy/config_variables.sh
58
- && ./deploy/aws_credentials.sh
+ ./deploy/aws_credentials.sh
59
mkdir -p upload
60
zip -qr upload/latest.zip . -x '*.git*' '*.scannerwork*' 'upload/*'
61
0 commit comments