Skip to content

Commit 949bfa9

Browse files
committed
fixed build step
1 parent 24bbc3e commit 949bfa9

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/compile.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ jobs:
1919
sparse-checkout-cone-mode: false
2020
- name: Compiling src.bat
2121
run: |
22-
compiler/Bat2Exe.bat src.bat
23-
- name: Directory listing (testing only)
24-
run: |
25-
tree
26-
# - name: Uploading artifact
27-
# uses: actions/upload-artifact@v3
28-
# with:
29-
# name: macos-vm-installer.exe
30-
# path: compiler/src.exe
31-
# if-no-files-found: error
22+
compiler/Bat2Exe.bat main/src.bat
23+
- name: Uploading artifact
24+
uses: actions/upload-artifact@v3
25+
with:
26+
name: macos-vm-installer.exe
27+
path: main/src.exe
28+
if-no-files-found: error

0 commit comments

Comments
 (0)