Skip to content

Commit

Permalink
Publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
basicer authored and Rob Blanckaert committed Nov 21, 2023
1 parent 5b2eee5 commit f5f6d60
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Build all
run: make all

- name: Build fallback
run: make build/v86-fallback.wasm

- name: Fetch kvm-unit-test cache
uses: actions/cache@v3
id: cache-kvm-unit-test
Expand Down Expand Up @@ -124,14 +127,18 @@ jobs:
- name: Get artifacts
uses: actions/download-artifact@v3
with:
name: v86
path: build

- name: Display structure of downloaded files
run: ls -R

- name: Release to GitHub
uses: ncipollo/release-action@v1
with:
name: Latest Release
tag: latest
commit: master
body: ${{ github.event.head_commit.message }}
artifacts: "build/v86/libv86*.js, build/v86/libv86*.js.map, build/v86/v86*.wasm"
artifacts: "build/libv86*.js,build/libv86*.js.map,build/v86*.wasm"
prerelease: true

0 comments on commit f5f6d60

Please sign in to comment.