From 94983cf1a619ff0a54f4c1cac9d5e3b35d073792 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 16:44:17 +0000 Subject: [PATCH] Adjust how release is uploaded --- .gitea/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index ece9ec3..cdba7db 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -30,6 +30,9 @@ jobs: tag_name: ${{ steps.timestamp.outputs.date }} name: ${{ steps.timestamp.outputs.date }} token: ${{ secrets.OWLBOT_KEY }} + files: | + ./pis/gw.yaml + ./reasonCodes/reasoncodes.json ## Adjust so that the release is posted by OwlBot