Skip to content

Commit

Permalink
!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
robertylewis committed Feb 21, 2020
1 parent f0175ce commit e50512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
archive_name="$(git rev-parse HEAD).tar.gz"
tar czf "$archive_name" src
azcopy copy "$archive_name" "${{ secrets.AZURE_SAS_TOKEN }} --block-size-mb 99"
azcopy copy "$archive_name" "${{ secrets.AZURE_SAS_TOKEN }}" --block-size-mb 99
- name: tests
run: |
Expand Down

0 comments on commit e50512b

Please sign in to comment.