Skip to content

Commit

Permalink
added upload artifacts action in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer1708 committed May 30, 2024
1 parent 58733de commit 8ab4ad5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: release wasm
name: build artifacts wasm

on:
push:
tags:
- "*"
on: [push]

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- name: Checkout sources
uses: actions/checkout@v2

Expand Down

0 comments on commit 8ab4ad5

Please sign in to comment.