Skip to content

Commit

Permalink
add placeholder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jan 23, 2024
1 parent 44b2a89 commit 4e8c4e6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build Debian Package

on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to build'
required: true
default: 'v1.0.2'
project:
description: 'Project to build'
required: true
default: 'renterd'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Placeholder
run: echo "hello world"

0 comments on commit 4e8c4e6

Please sign in to comment.