Skip to content

Commit bac09a6

Browse files
authored
Push all.rock (#157)
1 parent 598340c commit bac09a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/push_rockspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ jobs:
3838
-e "s/branch = '.\+'/tag = '${GIT_TAG}'/g" \
3939
-e "s/version = '.\+'/version = '${GIT_TAG}-1'/g" \
4040
${{ env.ROCK_NAME }}-scm-1.rockspec > ${{ env.ROCK_NAME }}-${GIT_TAG}-1.rockspec
41+
- run: tarantoolctl rocks pack ${{ env.ROCK_NAME }} ${GIT_TAG}
4142

4243
- uses: tarantool/rocks.tarantool.org/github-action@master
4344
with:
4445
auth: ${{ secrets.ROCKS_AUTH }}
45-
files: ${{ env.ROCK_NAME }}-${GIT_TAG}-1.rockspec
46+
files: |
47+
${{ env.ROCK_NAME }}-${GIT_TAG}-1.rockspec
48+
${{ env.ROCK_NAME }}-${GIT_TAG}-1.all.rock

0 commit comments

Comments
 (0)