mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Merge branch 'release/1.3' of github.com:jklingen/greenshot into release/1.3
This commit is contained in:
commit
241471cf4f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Build and Deploy
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'release/1.*'
|
||||
|
@ -84,4 +85,4 @@ jobs:
|
|||
release_name: "Greenshot ${{ github.run_number }} unstable"
|
||||
draft: true
|
||||
prerelease: true
|
||||
files: ${{ github.workspace }}/drop/*.exe
|
||||
files: ${{ github.workspace }}/drop/*.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue