Skip to content

Commit

Permalink
update linux
Browse files Browse the repository at this point in the history
  • Loading branch information
TestVan authored Nov 18, 2024
1 parent 229ee74 commit 9ce7945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ./build/plugin_lua54/**/*
name: plugin_lua54
name: plugin_lua54_linux
- name: Upload53
uses: actions/upload-artifact@v4
with:
path: ./build/plugin_lua53/**/*
name: plugin_lua53
name: plugin_lua53_linux
- name: UploadJit
uses: actions/upload-artifact@v4
with:
path: ./build/plugin_luajit/**/*
name: plugin_luajit
name: plugin_luajit_linux
ios:
runs-on: macos-latest

Expand Down

0 comments on commit 9ce7945

Please sign in to comment.