We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4f77a commit d19f1a2Copy full SHA for d19f1a2
.github/workflows/desktop-e2e.yml
@@ -267,10 +267,6 @@ jobs:
267
run: |
268
chmod +x ${{ github.workspace }}/bin/*
269
shell: bash
270
- - name: Check binaries
271
- run: |
272
- ls -la ${{ github.workspace }}/bin
273
- shell: bash
274
- name: Download App
275
uses: actions/download-artifact@v4
276
if: ${{ needs.build-linux-app.result == 'success' }}
@@ -483,9 +479,6 @@ jobs:
483
479
- name: chmod binaries
484
480
485
481
486
487
488
489
482
490
- name: Generate test result matrix
491
shell: bash -ieo pipefail {0}
0 commit comments