We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54acf8 commit 5698819Copy full SHA for 5698819
.github/workflows/compile.yml
@@ -12,12 +12,15 @@ jobs:
12
path: compiler
13
- name: Check out repository code
14
uses: actions/checkout@v3
15
+ with:
16
+ path: main
17
- name: Compiling src.bat
18
run: |
- compiler/Bat2Exe.bat src.bat
19
+ compiler/Bat2Exe.bat main/src.bat
20
+ mv src.exe macos-vm-installer.exe
21
- name: Uploading artifact
22
uses: actions/upload-artifact@v3
23
with:
24
name: macos-vm-installer.exe
- path: main/src.exe
25
+ path: macos-vm-installer.exe
26
if-no-files-found: error
.gitignore
@@ -0,0 +1 @@
1
+test
0 commit comments