Skip to content

Commit

Permalink
build on debian branch
Browse files Browse the repository at this point in the history
  • Loading branch information
camlafit committed Aug 20, 2024
1 parent 19294e5 commit 0372f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: release

on:
push:
tags:
- 'v*.*.*'
branch:
- 'issue_10_debian_packaging'

jobs:
build:
Expand All @@ -23,7 +23,7 @@ jobs:
package: screen-save
package_root: .debpkg
maintainer: Simon Walz <[email protected]>
version: ${{ github.ref }} # refs/tags/v*.*.*
version: v0.0.1
arch: 'all'
depends: 'screen'
desc: 'A tool to make screen sessions persistent = survive system reboots.'
Expand Down

0 comments on commit 0372f3b

Please sign in to comment.