We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82adca8 commit ddb82beCopy full SHA for ddb82be
.github/workflows/linux.yml
@@ -57,6 +57,6 @@ jobs:
57
# (this makes reprepro runs stateless)
58
run: cp -a dists/ pool/ upload/
59
- name: upload to blob storage
60
- run: ./blobxfer upload --local-path upload/ --storage-account focusedelgamal --rmote-path '$web'
+ run: ./blobxfer upload --local-path upload/ --storage-account focusedelgamal --remote-path '$web'
61
env:
62
BLOBXFER_STORAGE_ACCOUNT_KEY: ${{secrets.AZURE_STORAGE_KEY}}
0 commit comments