Skip to content

Commit

Permalink
Upload wasm binary to github releases (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser authored Dec 11, 2023
1 parent b1a7133 commit 4155977
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/espresso-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ jobs:
path: target/machines/latest/*
if-no-files-found: error

- name: Release wasm binary
uses: softprops/action-gh-release@v1
if: matrix.platform == 'linux/amd64' && startsWith(github.ref, 'refs/tags/')
with:
files: target/machines/latest/*

# Merge the AMD64 and ARM64 images into the final (multiplatform) image.
#
# For documentation refer to
Expand Down

0 comments on commit 4155977

Please sign in to comment.