Skip to content

Commit 07a3dbd

Browse files
authored
Update main.yml
Attempt to upload generated modules as artifact
1 parent 1729c4e commit 07a3dbd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
with:
2828
submodules: recursive
2929

@@ -41,3 +41,9 @@ jobs:
4141
run: |
4242
premake5 gmake
4343
make config=release
44+
45+
- uses: actions/upload-artifact@v3
46+
with:
47+
name: PluginArtifact
48+
path: |
49+
**/LuaPlugin*.so

0 commit comments

Comments
 (0)