Skip to content

Commit

Permalink
stupid sscript macro
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealJake12 committed Nov 10, 2023
1 parent 0685cec commit c576330
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
- name: Building the game
run: |
haxelib run lime build linux
Y
N
25
Y
- name: Uploading artifact (entire build)
uses: actions/upload-artifact@v2
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Building the game
run: |
haxelib run lime build windows
Y
N
25
Y
- name: Uploading artifact (entire build)
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit c576330

Please sign in to comment.