Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Elimah committed Sep 17, 2023
1 parent 4833cf7 commit 82f0ed7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
echo "Built zip file $ZIP_FILE does not exist" 1>&2
exit 1
fi
cp $ZIP_FILE $PLUGIN_BUILDS_PATH/moneroo-woocommerce.zip
echo "Successfully built $ZIP_FILE"
upload-to-cdn-cloudflare-r2:
needs: create-zip
Expand All @@ -63,7 +67,7 @@ jobs:
uses: Noelware/[email protected]
with:
files: |
./builds/moneroo-woocommerce-*.zip
./builds/moneroo-woocommerce.zip
access-key-id: ${{ secrets.CLOUDFLARE_ACCESS_KEY_ID }}
bucket: ${{ secrets.CLOUDFLARE_BUCKET }}
secret-key: ${{ secrets.CLOUDFLARE_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 82f0ed7

Please sign in to comment.