File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ jobs:
4141 - name : Create archive
4242 run : |
4343 VERSION="${GITHUB_REF_NAME_SLUG#v}"
44- git archive -o coq -elpi-$VERSION.tar.gz --prefix=coq -elpi-$VERSION/ $GITHUB_SHA .
44+ git archive -o rocq -elpi-$VERSION.tar.gz --prefix=rocq -elpi-$VERSION/ $GITHUB_SHA .
4545
4646 - name : Release
4747 uses : softprops/action-gh-release@v1
4848 with :
49- files : coq -elpi-*.tar.gz
49+ files : rocq -elpi-*.tar.gz
5050 fail_on_unmatched_files : true
5151 prerelease : true
5252 generate_release_notes : true
53- name : Coq -Elpi ${{ github.ref }} for Coq XXX
53+ name : Rocq -Elpi ${{ github.ref }} for Rocq XXX
5454
5555 opam :
5656 runs-on : ubuntu-latest
6868 ocaml-compiler : 4.14.x
6969 opam-local-packages : |
7070 !coq-elpi.opam
71+ !rocq-elpi.opam
7172
7273 - name : Write PAT
7374 env :
9394 git tag
9495 TAG=`git tag --sort=-v:refname|head -1`
9596 echo selected tag: $TAG
96- opam-publish --no-confirmation --tag=$TAG --packages-directory=${OPAM_SUITE:-released}/packages --repo=coq/opam --no-browser -v ${TAG##v} coq-elpi.opam https://github.com/LPCIC/coq-elpi/releases/download/$TAG/coq -elpi-${TAG##v}.tar.gz
97+ opam-publish --no-confirmation --tag=$TAG --packages-directory=${OPAM_SUITE:-released}/packages --repo=coq/opam --no-browser -v ${TAG##v} rocq-elpi.opam coq-elpi.opam https://github.com/LPCIC/coq-elpi/releases/download/$TAG/rocq -elpi-${TAG##v}.tar.gz
You can’t perform that action at this time.
0 commit comments