|
@@ -20,6 +20,9 @@ jobs:
|
|
|
AhMyth-Server
|
|
AhMyth-Server
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ - name: Install apt dependencies (need for Windows build)
|
|
|
|
|
+ run: |
|
|
|
|
|
+ apt update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
|
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
|
- name: Setup Node.js environment
|
|
- name: Setup Node.js environment
|
|
|
uses: actions/setup-node@v1.4.3
|
|
uses: actions/setup-node@v1.4.3
|
|
@@ -40,4 +43,4 @@ jobs:
|
|
|
uses: actions/upload-artifact@v1
|
|
uses: actions/upload-artifact@v1
|
|
|
with:
|
|
with:
|
|
|
name: AhMyth
|
|
name: AhMyth
|
|
|
- path: /dist/
|
|
|
|
|
|
|
+ path: /dist/
|