From 8253fa0384f76746aaec9d1c3a83ed8ee9699dab Mon Sep 17 00:00:00 2001 From: Aldemir Akpinar Date: Thu, 6 Feb 2025 12:55:57 +0300 Subject: [PATCH] typo --- .github/workflows/debpkg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debpkg.yaml b/.github/workflows/debpkg.yaml index fa2f965..bfa6bfe 100644 --- a/.github/workflows/debpkg.yaml +++ b/.github/workflows/debpkg.yaml @@ -24,4 +24,4 @@ jobs: - uses: softprops/action-gh-release@v2 #if: startsWith(github.ref, 'refs/tags/') with: - files: {{ steps.artifact.outputs.value }} + files: ${{ steps.artifact.outputs.value }}