Skip to content

Commit

Permalink
Merge pull request #319 from bacongobbler/azure-blob-storage-upload-2…
Browse files Browse the repository at this point in the history
….0.0

azure-blob-storage-upload v2.0.0
  • Loading branch information
bacongobbler committed Mar 17, 2022
2 parents e6b6851 + 743158b commit f7863ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,11 @@ jobs:
cd bindle
sha256sum * > checksums-${{ env.RELEASE_VERSION }}.txt
- name: upload to azure
uses: bacongobbler/azure-blob-storage-upload@main
uses: bacongobbler/azure-blob-storage-upload@v2.0.0
with:
source_dir: bindle
container_name: releases
connection_string: ${{ secrets.AzureStorageConnectionString }}
sync: false
crate:
name: Publish crate
runs-on: ubuntu-latest
Expand Down

0 comments on commit f7863ae

Please sign in to comment.