Skip to content

Commit ad0c15d

Browse files
committed
action
1 parent d1db01d commit ad0c15d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/electron-build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,12 @@ jobs:
4949
run: |
5050
if [[ "${{ matrix.os }}" == 'ubuntu-latest' ]]; then
5151
pnpm run build:linux
52+
cd resources && ls -la
53+
cd dist && ls -la
5254
elif [[ "${{ matrix.os }}" == 'macos-latest' ]]; then
5355
pnpm run build:mac
5456
elif [[ "${{ matrix.os }}" == 'windows-latest' ]]; then
5557
pnpm run build:win
5658
fi
5759
58-
- name: Upload Release Asset
59-
uses: actions/upload-release-asset@v1
60-
env:
61-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
62-
with:
63-
upload_url: https://uploads.github.com/repos/${{ github.repository }}/releases/${{ github.ref_tag }}/assets
64-
asset_path: ./dist/dockman-1.0.0-arm64.dmg
65-
asset_name: dockman-1.0.0-arm64.dmg
66-
asset_content_type: application/octet-stream
67-
6860

0 commit comments

Comments
 (0)