Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/meetric1/gwater2
Browse files Browse the repository at this point in the history
  • Loading branch information
meetric1 committed Nov 17, 2024
2 parents c015ba6 + bee0760 commit d91bc75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@ jobs:
sudo chmod +x ./premake5
./premake5 gmake
make config=release_x86_64
- name: Upload artifact
uses: actions/upload-artifact@v4.3.1
with:
name: gmcl_gwater2_linux64.dll
path: binary/x86_64/Release/gmcl_gwater2_linux64.dll
if-no-files-found: error

0 comments on commit d91bc75

Please sign in to comment.