We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb63a50 + 69d57ee commit e0c1de4Copy full SHA for e0c1de4
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
premake5 gmake
39
make config=release
40
41
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
42
with:
43
name: LinuxPlugin-ubuntu-x64
44
path: |
@@ -66,7 +66,7 @@ jobs:
66
# premake5 gmake
67
# make config=release
68
69
-# - uses: actions/upload-artifact@v3
+# - uses: actions/upload-artifact@v4
70
# with:
71
# name: LinuxPluginx-debian-64
72
# path: |
@@ -99,7 +99,7 @@ jobs:
99
premake5 vs2022
100
msbuild.exe VCMPLua.sln -p:Configuration=Release -p:Platform=x64
101
102
103
104
name: WindowsPluginx64
105
0 commit comments