Skip to content

Commit

Permalink
Update and rename release-win.yml to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate authored Mar 16, 2020
1 parent e7c5d21 commit cea912e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/release-win.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: release

on:
release:
types: [created]

jobs:
windows:
runs-on: windows-latest
steps:
- name: test
run: echo ${{ github.event.release.tag_name.substring(1) }}

0 comments on commit cea912e

Please sign in to comment.