Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 178b4fc commit fde1e41
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-luarocks-rust-build-mlua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-toml-edit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fde1e41

Please sign in to comment.