Skip to content

Commit

Permalink
fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Sep 20, 2024
1 parent 368e1ac commit fc1156a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:
prerelease: true
files: |
dist/*
- uses: ryand56/r2-upload-action@latest
- name: Upload File
uses: "ryand56/r2-upload-action@latest"
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
r2-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }}
r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
r2-bucket: ${{ secrets.R2_BUCKET }}
r2-account-id: "${{ secrets.R2_ACCOUNT_ID }}"
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'

0 comments on commit fc1156a

Please sign in to comment.