Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudburstSys committed Apr 14, 2024
1 parent 19e1baf commit da8ba51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Upload to blob storage
run: |
rclone -c copy ./dist "minio:ponyplace"
rclone -c copy ./dist "minio:cdn"
#- name: Azure logout
# run: az logout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Upload to blob storage
run: |
rclone -c copy ./dist "minio:ponyplace"
rclone -c copy ./dist "minio:cdn"
#- name: Azure logout
# run: az logout
Expand Down

0 comments on commit da8ba51

Please sign in to comment.