Skip to content

Commit abb7cdb

Browse files
Update linux.yml
1 parent d578542 commit abb7cdb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/linux.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
sudo chmod +x ./premake5
2525
./premake5 gmake
2626
make config=release_x86_64
27-
ls
28-
cd x86_64
29-
ls
30-
cd Release
31-
ls
27+
28+
- name: Upload artifact
29+
uses: actions/upload-artifact@v4.3.1
30+
with:
31+
name: gmcl_gwater2_win64.dll
32+
path: binary/x86_64/Release/gmcl_gwater2_linux64.dll
33+
if-no-files-found: error
34+

0 commit comments

Comments
 (0)