File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Check out the repo
45- # Mandatory step (otherwise, hub raises "fatal: Not a git repository")
45+ # Mandatory step (otherwise, gh could raise "fatal: Not a git repository")
4646 uses : actions/checkout@v3
4747 - name : Download workflow artifacts
4848 # cf. https://github.com/actions/download-artifact/issues/3
7171 env :
7272 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7373 run :
74- hub release edit $(find artifacts/target -type f -printf "-a %p ") -m "" " ${{ needs.release-please.outputs.tag_name }}"
74+ gh release -R ocaml-sf/learn-ocaml upload " ${{ needs.release-please.outputs.tag_name }}" $(find artifacts/target -type f -printf "%p ")
7575
7676 call-opam-publish :
7777 needs : [release-please]
You can’t perform that action at this time.
0 commit comments