We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6695e28 commit dbd0f8cCopy full SHA for dbd0f8c
.github/workflows/release.yaml
@@ -35,13 +35,14 @@ jobs:
35
run: yarn install
36
37
- name: Uploading
38
+ if: ${{github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')}}
39
uses: actions/upload-artifact@v3
40
with:
41
name: bin-${{runner.os}}-${{runner.arch}}
42
path: bin/**
43
44
Release:
- if: ${{github.event_name == 'tag'}}
45
46
needs: Build
47
runs-on: ubuntu-latest
48
steps:
0 commit comments