Skip to content

Commit

Permalink
Update build.yml (i am dumb)
Browse files Browse the repository at this point in the history
  • Loading branch information
yazninja authored Jun 7, 2024
1 parent 88a96bc commit 0126c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: R2 Release
uses: randomairborne/[email protected]
with:
endpoint: ${{ R2_ENDPOINT }}
accesskeyid: ${{ R2_ID }}
secretaccesskey: ${{ R2_KEY }}
endpoint: ${{ secrets.R2_ENDPOINT }}
accesskeyid: ${{ secrets.R2_ID }}
secretaccesskey: ${{ secrets.R2_KEY }}
bucket: 'github-release'
file: 'wuwa-tweaks.exe'
destination: ${{ startsWith(github.ref, 'refs/tags/') && 'wuwa-tweaks.exe' || 'wuwa-tweaks-nightly.exe' }}
Expand Down

0 comments on commit 0126c9c

Please sign in to comment.