Skip to content

Commit b1ff813

Browse files
committed
list files in dist
1 parent a656d1e commit b1ff813

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
name: ${{ matrix.platform }}-builds
9797
path: artifacts
9898

99+
- name: List files in the build directory
100+
run: ls -l ./dist
99101
release:
100102
needs: build-electron
101103
runs-on: ubuntu-latest
@@ -119,7 +121,8 @@ jobs:
119121
release_name: Release ${{ github.ref_name }}
120122
draft: false
121123
prerelease: false
122-
124+
- name: List files in the build directory
125+
run: ls -l ./dist
123126
- name: Upload Windows Installer
124127
uses: actions/upload-release-asset@v1
125128
with:

0 commit comments

Comments
 (0)