Skip to content

Commit

Permalink
ci: fix scoop manifest creation
Browse files Browse the repository at this point in the history
  • Loading branch information
aegoroff committed Feb 7, 2024
1 parent 2d39697 commit a20fc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
tar -xf releaser.tar.gz
- name: Create scoop json
run: /home/runner/.cargo/bin/releaser s -c . -b https://github.com/${{ github.repository }}/releases/download/${{ steps.get_version.outputs.VERSION }}/ -i './windows/' -e ${{ env.RELEASE_BIN }}.exe -u ${{ env.RELEASE_BIN }}.json
run: ${{ github.workspace }}/releaser s -c . -b https://github.com/${{ github.repository }}/releases/download/${{ steps.get_version.outputs.VERSION }}/ -i './windows/' -e ${{ env.RELEASE_BIN }}.exe -u ${{ env.RELEASE_BIN }}.json
- name: Publish scoop json
uses: dmnemec/copy_file_to_another_repo_action@main
env:
Expand Down

0 comments on commit a20fc2d

Please sign in to comment.