Skip to content

Commit

Permalink
fix root upload
Browse files Browse the repository at this point in the history
  • Loading branch information
foxfirecodes committed Sep 18, 2024
1 parent 0459fcc commit 0313ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
r2-bucket: ${{ secrets.R2_BUCKET }}
source-dir: build/libs
destination-dir: / # Upload to the root of the R2 bucket
destination-dir: ./ # Upload to the root of the R2 bucket

0 comments on commit 0313ca4

Please sign in to comment.