You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- run: cd dist && zip sqljs-wasm.zip sql-wasm.{js,wasm}
30
+
- name: Upload Release Asset (wasm)
31
+
uses: lovasoa/upload-release-asset@851d9cc
34
32
env:
35
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
34
with:
37
-
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
0 commit comments