From fde1e4182b4533f6bdd092bcf1f01103db408934 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Thu, 23 Nov 2023 18:24:36 +0100 Subject: [PATCH] ci: fix --- .github/workflows/build-luarocks-rust-build-mlua.yml | 2 -- .github/workflows/build-toml-edit.yml | 2 -- .github/workflows/build-toml.yml | 3 +-- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-luarocks-rust-build-mlua.yml b/.github/workflows/build-luarocks-rust-build-mlua.yml index fce0e82d2..512f03aaa 100644 --- a/.github/workflows/build-luarocks-rust-build-mlua.yml +++ b/.github/workflows/build-luarocks-rust-build-mlua.yml @@ -28,8 +28,6 @@ jobs: run: | luarocks --local --lua-version=5.1 install luarocks-build-rust-mlua luarocks pack luarocks-build-rust-mlua - - name: Publish - run: "mv *.pack luarocks-build-rust-mlua-${{ matrix.os.host }}-x86_64.rock" - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: update build artifacts" diff --git a/.github/workflows/build-toml-edit.yml b/.github/workflows/build-toml-edit.yml index 1c3d60da9..9ed3a5a96 100644 --- a/.github/workflows/build-toml-edit.yml +++ b/.github/workflows/build-toml-edit.yml @@ -31,8 +31,6 @@ jobs: luarocks --local --lua-version=5.1 install luarocks-build-rust-mlua luarocks --local --lua-version=5.1 install toml-edit luarocks pack toml-edit - - name: Publish - run: "mv *.pack toml-edit-${{ matrix.os.host }}-x86_64.rock" - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: update build artifacts" diff --git a/.github/workflows/build-toml.yml b/.github/workflows/build-toml.yml index 4d534e2ce..4d7c9861c 100644 --- a/.github/workflows/build-toml.yml +++ b/.github/workflows/build-toml.yml @@ -27,9 +27,8 @@ jobs: - name: Install TOML Package run: | luarocks --local --lua-version=5.1 install toml + luarocks --local --lua-version=5.1 show toml --mversion >> $ROCK_VERSION luarocks pack toml - - name: Publish - run: "mv *.pack toml-${{ matrix.os.host }}-x86_64.rock" - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: update build artifacts"