Skip to content

Commit fa2d5fa

Browse files
committed
remove verification step
1 parent 3aed45e commit fa2d5fa

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/desktop.release.test-linux-arm64.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,6 @@ jobs:
4848
npm_config_arch: 'arm64'
4949
npm_config_platform: 'linux'
5050

51-
- name: Verify Build
52-
run: |
53-
echo "Checking if AppImage was created..."
54-
ls -lh dist/*.AppImage
55-
56-
echo "Extracting AppImage..."
57-
dist/standard-notes-*-linux-arm64.AppImage --appimage-extract
58-
59-
echo "Verifying main binary architecture..."
60-
file squashfs-root/standard-notes
61-
62-
echo "Verifying keytar native module..."
63-
file squashfs-root/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node
64-
65-
echo "Verifying sqlite3 native module..."
66-
file squashfs-root/resources/app.asar.unpacked/node_modules/sqlite3/lib/binding/napi-v6-linux-unknown-arm64/node_sqlite3.node
67-
68-
echo "All native modules should be 'ELF 64-bit LSB ... ARM aarch64'"
69-
7051
- name: Upload Test Artifact
7152
uses: actions/upload-artifact@v4.0.0
7253
with:

0 commit comments

Comments
 (0)