We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dcaf7 commit 0ff7cf7Copy full SHA for 0ff7cf7
1 file changed
.github/workflows/lua-cffi.yml
@@ -96,7 +96,7 @@ jobs:
96
with:
97
repository: "q66/cffi-lua"
98
path: "cffi-lua-src"
99
- ref: "v0.2.3"
+ ref: "v0.2.4"
100
101
- name: Prepare packaging of lua-cffi
102
env:
@@ -124,7 +124,7 @@ jobs:
124
package_extension: ${{ matrix.package_extension }}
125
arch: amd64
126
version: "0.2.4"
127
- release: "1"
+ release: "2"
128
commit_hash: ${{ github.sha }}
129
cache_key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-lua-cffi-${{ matrix.distrib }}
130
rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }}
0 commit comments