From 55aacc27a8262c5bc9913abc0d2c60633a69777d Mon Sep 17 00:00:00 2001 From: David Bauer Date: Tue, 23 Jul 2024 17:47:05 +0200 Subject: [PATCH] fixup! github: add release CI --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 89e1474..a9c86f8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: - name: Set package version if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') run: | - sed -i "s/PKG_VERSION:=.*/PKG_VERSION=${GITHUB_REF_NAME}/g" openwrt/ffda-oob-state-reporter/Makefile + sed -i "s/PKG_VERSION:=.*/PKG_VERSION=${GITHUB_REF_NAME}-${{ matrix.release }}/g" openwrt/ffda-oob-state-reporter/Makefile - name: Build uses: openwrt/gh-action-sdk@v7 env: