From 9a1bb3be7b247e0a36d3c41585259ef6372a3db3 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 17 Jun 2024 17:53:07 +0200 Subject: [PATCH] WIP: mod: .github/workflows/test-action.yml (main) Signed-off-by: Philippe Coval Change-Id: I93012d04c5e54afe9bf2ba63592cd28a72b2e4bd --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 0ba28fa..ca85c5d 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -10,4 +10,4 @@ jobs: - id: log run: echo "{tag}=$(git describe --tags --all)" >> $GITHUB_OUTPUT - id: publish - run: echo gh release create steps.log.outputs.tag ${{ github.repository }}.zip -R https://github.com/${{ github.repository }} + run: echo gh release create ${{ steps.log.outputs.tag }} ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}