Skip to content

Commit b54acf8

Browse files
committed
proper fix by simplification
1 parent 949bfa9 commit b54acf8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,9 @@ jobs:
1212
path: compiler
1313
- name: Check out repository code
1414
uses: actions/checkout@v3
15-
with:
16-
path: main
17-
sparse-checkout: |
18-
src.bat
19-
sparse-checkout-cone-mode: false
2015
- name: Compiling src.bat
2116
run: |
22-
compiler/Bat2Exe.bat main/src.bat
17+
compiler/Bat2Exe.bat src.bat
2318
- name: Uploading artifact
2419
uses: actions/upload-artifact@v3
2520
with:

0 commit comments

Comments
 (0)