Skip to content

Commit

Permalink
fixup! ci: Create static build
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Nov 29, 2023
1 parent 2274886 commit 980d7b3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- workflow_dispatch

permissions:
contents: read
contents: write

jobs:
static-build:
Expand All @@ -32,3 +32,15 @@ jobs:
scripts/build-cmake-modules.sh
scripts/collect-data-files.sh
strip build/bin/kitinerary-extractor
cp build/bin/kitinerary-extractor bin/kitinerary-extractor
- name: Create pull request
uses: peter-evans/create-pull-request@v5
with:
commit-message: "fix: Update kitinerary-extractor"
committer: GitHub <[email protected]>
author: nextcloud-command <[email protected]>
signoff: true
branch: fix/update-kitinerary-extractor
title: "fix: Update kitinerary-extractor"
body: |
Automated static build

0 comments on commit 980d7b3

Please sign in to comment.