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 }}