Skip to content

Commit c2ae35b

Browse files
Update azure-test.yml
1 parent 8e13c70 commit c2ae35b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/azure-test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ jobs:
3636
connection_string: ${{ secrets.AZURE_CONNECTION_STRING }}
3737
container_name: github-zips
3838
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+
is_recursive: false
51+
delete_if_exists: true
3952

4053
# - name: Upload file to Azure Storage
4154
# run: |

0 commit comments

Comments
 (0)