diff --git a/.github/workflows/build-luarocks-rust-build-mlua.yml b/.github/workflows/build-luarocks-rust-build-mlua.yml index 64f2f36a3..44099b9dc 100644 --- a/.github/workflows/build-luarocks-rust-build-mlua.yml +++ b/.github/workflows/build-luarocks-rust-build-mlua.yml @@ -26,12 +26,10 @@ jobs: - name: Install Luarocks uses: hishamhm/gh-actions-luarocks@master - name: Install `luarocks-build-rust-mlua` Package - id: luarocks-build-rust-mlua run: | luarocks --local --lua-version=5.1 install luarocks-build-rust-mlua - echo "version=$(luarocks --local --lua-version=5.1 show luarocks-bulid-rust-mlua --mversion)" >> $GITHUB_OUTPUT luarocks pack luarocks-build-rust-mlua - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: update build artifacts" - file_pattern: "luarocks-build-rust-mlua-${{ steps.luarocks-build-rust-mlua.outputs.version }}.${{ matrix.os.host }}-x86_64.rock" + file_pattern: "*.rock" diff --git a/.github/workflows/build-toml-edit.yml b/.github/workflows/build-toml-edit.yml index 54b542b71..00a6aa918 100644 --- a/.github/workflows/build-toml-edit.yml +++ b/.github/workflows/build-toml-edit.yml @@ -28,13 +28,11 @@ jobs: - name: Install Luarocks uses: hishamhm/gh-actions-luarocks@master - name: Install `toml-edit` Package - id: toml-edit run: | luarocks --local --lua-version=5.1 install luarocks-build-rust-mlua luarocks --local --lua-version=5.1 install toml-edit - echo "version=$(luarocks --local --lua-version=5.1 show toml-edit --mversion)" >> $GITHUB_OUTPUT luarocks pack toml-edit - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: update build artifacts" - file_pattern: "toml-edit-${{ steps.toml-edit.outputs.version }}.${{ matrix.os.host }}-x86_64.rock" + file_pattern: "*.rock" diff --git a/.github/workflows/build-toml.yml b/.github/workflows/build-toml.yml index ccf0764bd..7e3124248 100644 --- a/.github/workflows/build-toml.yml +++ b/.github/workflows/build-toml.yml @@ -26,12 +26,10 @@ jobs: - name: Install Luarocks uses: hishamhm/gh-actions-luarocks@master - name: Install TOML Package - id: toml run: | luarocks --local --lua-version=5.1 install toml - echo "version=$(luarocks --local --lua-version=5.1 show toml --mversion)" >> $GITHUB_OUTPUT luarocks pack toml - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: update build artifacts" - file_pattern: "toml-${{ steps.toml.outputs.version }}.${{ matrix.os.host }}-x86_64.rock" + file_pattern: "*.rock" diff --git a/luarocks-build-rust-mlua-0.1.2-1.all.rock b/luarocks-build-rust-mlua-0.1.2-1.all.rock deleted file mode 100644 index f7a00ad23..000000000 Binary files a/luarocks-build-rust-mlua-0.1.2-1.all.rock and /dev/null differ