Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 93df0c5 commit 282e63d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-luarocks-rust-build-mlua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ 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"
3 changes: 3 additions & 0 deletions .github/workflows/build-toml-edit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ 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"

0 comments on commit 282e63d

Please sign in to comment.