Skip to content

Commit fd5374c

Browse files
committed
Signed-off-by: Günter Neiß <gneiss@web.de>
1 parent 94d23b6 commit fd5374c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/LinuxBuild.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22-
- name: Check for AppImage
23-
run: |
24-
set -x
25-
set -v
26-
find / -iname "*.AppImage"
27-
echo Done
2822
- name: Install Node.js
2923
uses: actions/setup-node@v4
3024
with:
@@ -55,6 +49,7 @@ jobs:
5549
yarn --cwd electron-app build
5650
yarn --cwd electron-app package
5751
find / -iname "*.AppImage"
52+
cp /__w/arduino-ide/arduino-ide/electron-app/dist/*.AppImage .
5853
- name: Install gh and jq
5954
env:
6055
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)