Skip to content

Commit

Permalink
Merge pull request #81 from imaandrew/patch-1
Browse files Browse the repository at this point in the history
Fix patch uploading
  • Loading branch information
JCog committed Mar 18, 2024
2 parents 81f07d0 + 319b322 commit ddf7b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- name: Upload patches to bucket
if: github.event_name == 'release'
run: |
s3cmd put fp-us.xdelta --acl-public s3://fp-web-patcher-files/fp/${{ github.ref_name }}/us.xdelta
s3cmd put fp-jp.xdelta --acl-public s3://fp-web-patcher-files/fp/${{ github.ref_name }}/jp.xdelta
s3cmd put fp-us.xdelta s3://fp-web-patcher-files/fp/${{ github.ref_name }}/us.xdelta
s3cmd put fp-jp.xdelta s3://fp-web-patcher-files/fp/${{ github.ref_name }}/jp.xdelta

0 comments on commit ddf7b05

Please sign in to comment.