File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -49,20 +49,12 @@ jobs:
49
49
run : |
50
50
if [[ "${{ matrix.os }}" == 'ubuntu-latest' ]]; then
51
51
pnpm run build:linux
52
+ cd resources && ls -la
53
+ cd dist && ls -la
52
54
elif [[ "${{ matrix.os }}" == 'macos-latest' ]]; then
53
55
pnpm run build:mac
54
56
elif [[ "${{ matrix.os }}" == 'windows-latest' ]]; then
55
57
pnpm run build:win
56
58
fi
57
59
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
-
68
60
You can’t perform that action at this time.
0 commit comments