aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-12-28 15:24:08 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-12-28 15:25:33 -0300
commita021de150280b060babd25329d8249f88b0b666b (patch)
tree8ea210bc08d79c48ad9f3b411d8919668ef24ffe /.github
parentccf1daa4b7af5762b2beb67b2e5b078626e8c269 (diff)
downloadluarocks-test-release-action.tar.gz
luarocks-test-release-action.tar.bz2
luarocks-test-release-action.zip
test using current version numbertest-release-action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f9246be8..750fbb22 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15 15
16 - name: check repository state 16 - name: check repository state
17 run: | 17 run: |
18 tag="v3.13.0" # tag="${{ github.ref_name }}" 18 tag="v3.12.2" # tag="${{ github.ref_name }}"
19 version="${tag#v}" 19 version="${tag#v}"
20 xyversion="${version%.*}" 20 xyversion="${version%.*}"
21 grep -q "LuaRocks version $version" "configure" || { 21 grep -q "LuaRocks version $version" "configure" || {
@@ -36,7 +36,7 @@ jobs:
36 36
37 - name: make Unix tarball 37 - name: make Unix tarball
38 run: | 38 run: |
39 tag="v3.13.0" # tag="${{ github.ref_name }}" 39 tag="v3.12.2" # tag="${{ github.ref_name }}"
40 version="${tag#v}" 40 version="${tag#v}"
41 lrdir="luarocks-$version" 41 lrdir="luarocks-$version"
42 out="unix_tarball/$lrdir" 42 out="unix_tarball/$lrdir"
@@ -57,7 +57,7 @@ jobs:
57 57
58 - name: make Windows legacy zip 58 - name: make Windows legacy zip
59 run: | 59 run: |
60 tag="v3.13.0" # tag="${{ github.ref_name }}" 60 tag="v3.12.2" # tag="${{ github.ref_name }}"
61 version="${tag#v}" 61 version="${tag#v}"
62 lrdir="luarocks-$version-win32" 62 lrdir="luarocks-$version-win32"
63 out="windows_legacy/$lrdir" 63 out="windows_legacy/$lrdir"
@@ -82,7 +82,7 @@ jobs:
82 82
83# - name: build Linux binary 83# - name: build Linux binary
84# run: | 84# run: |
85# tag="v3.13.0" # tag="${{ github.ref_name }}" 85# tag="v3.12.2" # tag="${{ github.ref_name }}"
86# version="${tag#v}" 86# version="${tag#v}"
87# lrdir="luarocks-$version-linux-x86_64" 87# lrdir="luarocks-$version-linux-x86_64"
88# lua54dir="/usr" 88# lua54dir="/usr"
@@ -100,7 +100,7 @@ jobs:
100 100
101 - name: build Windows 32-bit binary 101 - name: build Windows 32-bit binary
102 run: | 102 run: |
103 tag="v3.13.0" # tag="${{ github.ref_name }}" 103 tag="v3.12.2" # tag="${{ github.ref_name }}"
104 version="${tag#v}" 104 version="${tag#v}"
105 lrdir="luarocks-$version-windows-32" 105 lrdir="luarocks-$version-windows-32"
106 lua54dir="/usr" 106 lua54dir="/usr"
@@ -118,7 +118,7 @@ jobs:
118 118
119 - name: build Windows 64-bit binary 119 - name: build Windows 64-bit binary
120 run: | 120 run: |
121 tag="v3.13.0" # tag="${{ github.ref_name }}" 121 tag="v3.12.2" # tag="${{ github.ref_name }}"
122 version="${tag#v}" 122 version="${tag#v}"
123 lrdir="luarocks-$version-windows-64" 123 lrdir="luarocks-$version-windows-64"
124 lua54dir="/usr" 124 lua54dir="/usr"
@@ -135,7 +135,7 @@ jobs:
135 GITHUB_USER: ${{ github.actor }} 135 GITHUB_USER: ${{ github.actor }}
136 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 136 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137 run: | 137 run: |
138 tag="v3.13.0" # tag="${{ github.ref_name }}" 138 tag="v3.12.2" # tag="${{ github.ref_name }}"
139 version="${tag#v}" 139 version="${tag#v}"
140 echo "LuaRocks $version" > release.txt 140 echo "LuaRocks $version" > release.txt
141 echo hub release create -F release.txt \ 141 echo hub release create -F release.txt \