Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev authored Sep 21, 2024
1 parent fc1156a commit f18f045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
r2-access-key-id: "${{ secrets.R2_ACCESS_KEY_ID }}"
r2-secret-access-key: "${{ secrets.R2_SECRET_ACCESS_KEY }}"
r2-bucket: "${{ secrets.R2_BUCKET }}"
source-dir: scripts/${{ matrix.os }}
destination-dir: ./dist
keep-file-fresh: 'true'
source-dir: dist
destination-dir: scripts/${{ matrix.os }}
keep-file-fresh: 'true'

0 comments on commit f18f045

Please sign in to comment.