Skip to content

Commit

Permalink
Fix action path
Browse files Browse the repository at this point in the history
  • Loading branch information
okcodes authored Mar 27, 2024
1 parent 97357bb commit f8db147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4

- name: Test Transfer Assets From Draft Release
uses: ./.github/actions/upload-release-assets-to-s3
uses: ./
with:
endpoint: ${{ secrets.S3_ENDPOINT }}
region: ${{ secrets.S3_REGION }}
Expand All @@ -69,7 +69,7 @@ jobs:
s3UrlTemplate: https://{BUCKET}.s3.{REGION}.backblazeb2.com/${FILENAME}

- name: Test Transfer Assets From Published Release
uses: ./.github/actions/upload-release-assets-to-s3
uses: ./
with:
endpoint: ${{ secrets.S3_ENDPOINT }}
region: ${{ secrets.S3_REGION }}
Expand Down

0 comments on commit f8db147

Please sign in to comment.