[ci] Build release tarballs with NativeAOT

This commit is contained in:
Laura Hausmann 2024-04-12 02:03:09 +02:00
parent 1b1261a0d0
commit ad269f1af0
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -11,7 +11,9 @@ jobs:
releases: write
steps:
- name: Prepare actions environment
run: apt-get update && apt-get install nodejs zstd -y
run: |-
apt-get update && apt-get install nodejs zstd -y
dotnet workload install wasm-tools
- name: Clone repository
run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 /src
- name: Setup go