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 d15b6c3 commit 14d1046Copy full SHA for 14d1046
.github/workflows/build.yml
@@ -44,10 +44,11 @@ jobs:
44
restore-keys: |
45
${{ runner.os }}-electron-builder-cache-
46
- uses: actions/checkout@v2
47
- - name: Setup tmate session
48
- uses: mxschmitt/action-tmate@v2
49
- name: Install deps
50
- run: sudo apt-get install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib || true
+ run: |
+ sudo dpkg --add-architecture i386
+ sudo apt update
51
+ sudo apt install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib
52
53
- name: Setup Node.js environment
54
uses: actions/[email protected]
@@ -68,4 +69,4 @@ jobs:
68
69
uses: actions/upload-artifact@v1
70
with:
71
name: AhMyth
- path: /dist/
72
+ path: ./AhMyth-Server/dist/
0 commit comments