From 7069b0e0d68ba1ea0f4cb679c699251bd0a4f42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=99=F0=9D=93=BE=F0=9D=93=B5=F0=9D=93=B2?= =?UTF-8?q?=F0=9D=93=B8?= Date: Sun, 1 Sep 2024 11:25:09 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72cd60e..7bad762 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,8 +97,9 @@ jobs: git push origin v$VERSION - name: Upload .deb Package as Release Asset - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: /opt/*.deb + tag_name: v${{ steps.build_deb.outputs.version }} env: GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}