Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr.Abc committed Aug 4, 2024
1 parent d31801d commit f54f465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Publish
shell: pwsh
run: ./scripts/publish-all.ps1 -os ${{ matrix.os }} -arch ${{ matrix.arch }}
run: cd scripts && ./publish-all.ps1 -os ${{ matrix.os }} -arch ${{ matrix.arch }}

- name: Zipping All
if: matrix.os == 'windows'
Expand Down

0 comments on commit f54f465

Please sign in to comment.