From 613b26c66b4c98062f55f40c129c5e8d5b6e3b5c Mon Sep 17 00:00:00 2001 From: Timon Viola Date: Wed, 13 Nov 2024 17:44:21 +0100 Subject: [PATCH] chore(cd): fix cd --- .github/workflows/cd.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index b9ec987..7d4aa4e 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -32,6 +32,9 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Set the release version + shell: bash + run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV - uses: actions/setup-python@v5 with: @@ -70,7 +73,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: git-cliff-${{ env.RELEASE_VERSION }}-${{ matrix.build.TARGET }}* + file: dist/dagcellent-* file_glob: true overwrite: true tag: ${{ github.ref }}