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 8e13c70 commit c2ae35bCopy full SHA for c2ae35b
.github/workflows/azure-test.yml
@@ -36,6 +36,19 @@ jobs:
36
connection_string: ${{ secrets.AZURE_CONNECTION_STRING }}
37
container_name: github-zips
38
source_folder: /home/runner/azure_upload
39
+ destination_folder: v5.23
40
+ is_recursive: false
41
+ delete_if_exists: true
42
+
43
+ - uses: LanceMcCarthy/Action-AzureBlobUpload@v2
44
+ name: Uploading to Azure storage...
45
+ with:
46
+ connection_string: ${{ secrets.AZURE_CONNECTION_STRING }}
47
+ container_name: github-zips
48
+ source_folder: /home/runner/azure_upload
49
+ destination_folder: latest
50
51
52
53
# - name: Upload file to Azure Storage
54
# run: |
0 commit comments