Skip to content

Commit

Permalink
Fixed working directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 31, 2024
1 parent 8870106 commit a046ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Update data files
run: |
tool/format-release ../www ${{ github.event.client_payload.version || github.event.inputs.version }} .
tool/format-release .. ${{ github.event.client_payload.version || github.event.inputs.version }} .
working-directory: ruby

- name: Cleanup ruby directory
Expand Down

0 comments on commit a046ff3

Please sign in to comment.