Skip to content

Commit 27b5c88

Browse files
authored
Update release.yml
1 parent f6df88c commit 27b5c88

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -68,6 +68,7 @@ jobs:
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:
@@ -93,4 +94,4 @@ jobs:
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

0 commit comments

Comments
 (0)