From 9c37a5a775e2f2b415fcdcf710f834656315daf3 Mon Sep 17 00:00:00 2001 From: GeoffreyChen777 Date: Tue, 16 Jan 2024 02:00:40 +0000 Subject: [PATCH] Update electron_beta.yml --- .github/workflows/electron_beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron_beta.yml b/.github/workflows/electron_beta.yml index 4c11463e..3c815c7c 100644 --- a/.github/workflows/electron_beta.yml +++ b/.github/workflows/electron_beta.yml @@ -222,7 +222,7 @@ jobs: - name: Upload to Oracle Storage run: | - powershell Compress-Archive -Path "./release/${{ env.VERSION }}/Paperlib Beta_${{ env.VERSION }}.exe" -DestinationPath "./latest.zip" + powershell "Compress-Archive -Path '.\release\${{ env.VERSION }}\Paperlib Beta_${{ env.VERSION }}.exe' -DestinationPath '.\latest.zip'" oci os object bulk-delete --bucket-name ${{ secrets.OCI_OS_BUCKET }} --namespace ${{ secrets.OCI_OS_NAMESPACE }} --force --prefix distribution/win_dev_channel/ oci os object put --bucket-name ${{ secrets.OCI_OS_BUCKET }} --file './latest.zip' --namespace ${{ secrets.OCI_OS_NAMESPACE }} --force --name 'distribution/win_dev_channel/latest.zip' oci os object put --bucket-name ${{ secrets.OCI_OS_BUCKET }} --file './release/${{ env.VERSION }}/Paperlib Beta_${{ env.VERSION }}.exe' --namespace ${{ secrets.OCI_OS_NAMESPACE }} --force --name 'distribution/win_dev_channel/Paperlib Beta_${{ env.VERSION }}.exe'