Skip to content

Commit

Permalink
ci: remove explicit config path
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 7, 2023
1 parent ae652f4 commit f1de8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-oss/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ runs:
shell: bash

- name: Write ossutil config
run: echo "${{ inputs.ossutil-config }}" >> ./.ossutilconfig
run: echo "${{ inputs.ossutil-config }}" >> ~/.ossutilconfig
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pnpm run build

- name: Upload to OSS
run: ossutil64 cp -f -c ./.ossutilconfig -r dist/ ${{ secrets.OSS_REMOTE_PATH }}
run: ossutil64 cp -f -r dist/ ${{ secrets.OSS_REMOTE_PATH }}

- name: Update PRTS Website
run: pnpm run update ${{ secrets.PRTS_USERNAME }} ${{ secrets.PRTS_PASSWORD }}

0 comments on commit f1de8e1

Please sign in to comment.