From 5a97302c60456bd46d370e55bacb1c5a156ab3c3 Mon Sep 17 00:00:00 2001 From: Lasith Koswatta Gamage Date: Tue, 31 Oct 2023 13:00:41 +1100 Subject: [PATCH] (feat): Please --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 0579f28..7da5ed1 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -65,7 +65,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} generate_release_notes: true files: | - ./ebs-bootstrap-linux-* + ${{ github.workspace }}/ebs-bootstrap-linux-* - id: push-short-tag name: Create release short tag 🏷 uses: richardsimko/update-tag@v1.0.11