File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99permissions :
10- contents : write # Grant write access to repository contents
10+ contents : write # Grant write access to repository contents
1111
1212jobs :
1313 build-docker-images :
8484 - runner : windows-latest
8585 artifact_name : EdgeBox-windows-x64
8686 artifact_path : |
87- out/make/**/*.exe
88- out/make/**/*.msi
87+ out/make/**/*.zip
8988 arch : amd64
9089 shell : bash
9190 # - runner: windows-11-arm
@@ -154,7 +153,6 @@ jobs:
154153 mkdir -p sandbox_images
155154 mv e2b-sandbox-${{ matrix.arch }}.tar.gz sandbox_images/e2b-sandbox-latest.tar.gz
156155
157-
158156 - name : Make application
159157 run : pnpm run make
160158 env :
@@ -220,12 +218,11 @@ jobs:
220218 fi
221219 done
222220
223-
224221 - name : Upload Release Assets
225222 run : |
226223 find release_assets -type f | while read asset; do
227224 echo "Uploading $(basename "$asset")"
228225 gh release upload "${{ github.ref_name }}" "$asset" --clobber --repo "${{ github.repository }}"
229226 done
230227 env :
231- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
228+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments