Skip to content

Commit 1abbf91

Browse files
committed
test
1 parent 8a59026 commit 1abbf91

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
permissions:
10-
contents: write # Grant write access to repository contents
10+
contents: write # Grant write access to repository contents
1111

1212
jobs:
1313
build-docker-images:
@@ -84,8 +84,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)