Skip to content

Commit

Permalink
print names of the available files after electron-builder run
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Oct 15, 2024
1 parent 9235b47 commit a82d560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,13 @@ jobs:
if: matrix.os == 'ubuntu-24-arm'
run: |
SNAPCRAFT_BUILD_ENVIRONMENT="host" bun run deploy:electron
ls
- name: Bun deploy (others)
if: matrix.os != 'ubuntu-24-arm'
run: |
bun run deploy:electron
ls
- name: Upload binary artifact
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -228,6 +230,7 @@ jobs:
bun install --frozen-lockfile
bun run build
env DEBUG="@malept/flatpak-bundler" bun run deploy:flatpak
ls
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a82d560

Please sign in to comment.