From 8dd0c63dd8aef8de306e61e5a52ea0af6ea3d1b1 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 5 Feb 2025 14:48:24 -0600 Subject: [PATCH] Correct publish path --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index dc5828fa..53cd00bf 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -45,5 +45,5 @@ jobs: - name: Sync release to S3 bucket run: | - aws s3 sync ./PLUGINS s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/downloads --delete + aws s3 sync ./PLUGINS s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/downloads/plugins --delete