We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5a131 commit 8eb659cCopy full SHA for 8eb659c
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@master
13
- run: sudo dpkg --add-architecture i386
14
- run: sudo apt update
15
- - run: sudo apt install icnsutils graphicsmagick rpm wine-stable wine32
+ - run: sudo apt install icnsutils graphicsmagick rpm wine
16
- name: Build project
17
run: npm run dist-all
18
- name: Upload files
0 commit comments