Skip to content

Commit

Permalink
Adjust build CI and script path
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed May 12, 2024
1 parent bd28070 commit 27e652d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: build

on:
push:
branches: [ "master" ]
pull_request:
workflow_dispatch:

Expand All @@ -12,7 +11,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: .

Expand Down
2 changes: 1 addition & 1 deletion src/data/io.asm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NINJA_PATH_DATA db 'DATA\', 0
NINJA_PATH_VDF db 'DATA\*.VDF', 0
NINJA_PATH_IKARUS db '\NINJA\_INTERN\IKARUS\IKARUS.D', 0
NINJA_PATH_LEGO db '\NINJA\_INTERN\LEGO\LEGO.D', 0
NINJA_PATH_IKARUSSRC db '\NINJA\_INTERN\IKARUS\IKARUS_G', g1g2('1','112','130','2'), '.SRC', 0
NINJA_PATH_IKARUSSRC db '\NINJA\_INTERN\IKARUS_G', g1g2('1','112','130','2'), '.SRC', 0
NINJA_PATH_LEGOSRC db '\NINJA\_INTERN\LEGO\HEADER_G', g1g2('1','112','130','2'),'.SRC', 0
NINJA_MDS_PREFIX db 'ANIMS_', 0
NINJA_FILE db '\SYSTEM\NINJA.DLL', 0
Expand Down

0 comments on commit 27e652d

Please sign in to comment.