Skip to content

Commit

Permalink
an actual fix, after some testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scyilk committed Jun 26, 2023
1 parent b54acf8 commit 5698819
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
path: compiler
- name: Check out repository code
uses: actions/checkout@v3
with:
path: main
- name: Compiling src.bat
run: |
compiler/Bat2Exe.bat src.bat
compiler/Bat2Exe.bat main/src.bat
mv src.exe macos-vm-installer.exe
- name: Uploading artifact
uses: actions/upload-artifact@v3
with:
name: macos-vm-installer.exe
path: main/src.exe
path: macos-vm-installer.exe
if-no-files-found: error
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test

0 comments on commit 5698819

Please sign in to comment.