mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-09 21:20:24 +01:00
build-latest action
This commit is contained in:
parent
301bbb5623
commit
de6698e2b6
1 changed files with 8 additions and 5 deletions
|
@ -1,9 +1,12 @@
|
|||
name: Release
|
||||
name: Build latest
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
@ -22,8 +25,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
tag_name: latest
|
||||
release_name: Latest Build
|
||||
|
||||
build:
|
||||
runs-on: ${{ matrix.platform }}
|
Loading…
Reference in a new issue