Skip to content

Commit

Permalink
Fixes to workflow
Browse files Browse the repository at this point in the history
Former-commit-id: ff2939b
  • Loading branch information
vadzz-dev committed Jun 1, 2020
1 parent 1af5e1b commit 93482a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build & deploy
on:
create:
tags:
- '*/*'
- 'dev/*.*-dev*'
- 'rc/*.*-rc*'
- 'release/*.*'

jobs:
build-windows:
Expand Down Expand Up @@ -162,7 +164,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ steps.tag_name.outputs.tag }}
release_name: Release ${{ steps.version.outputs.VERSION }}

- name: Upload windows artifacts
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 93482a4

Please sign in to comment.