Skip to content

Commit aec42b5

Browse files
committed
build in ci
1 parent ed916c2 commit aec42b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ permissions:
66
on:
77
workflow_dispatch:
88

9-
env:
10-
ZIP_FILE: sentinel.zip
11-
129
jobs:
1310
release:
1411
runs-on: ubuntu-latest
@@ -30,10 +27,13 @@ jobs:
3027

3128
- uses: Swatinem/rust-cache@v2
3229

30+
- name: Build
31+
run: cargo lambda build --output-format zip
32+
3333
- name: Release
3434
env:
3535
GH_TOKEN: ${{ github.token }}
3636
run: |
3737
gh release create "$(date +'%Y.%m.%d.%H.%M.%S')" \
38-
'${{ env.ZIP_FILE }}' \
38+
target/lambda/sentinel/bootstrap.zip \
3939
--latest

0 commit comments

Comments
 (0)