diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 070ebdd..dc1b246 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,10 +75,6 @@ jobs: - name: Set env run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - - name: Set Current Release Version in output - id: get_version - run: echo "$RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT" - uses: actions/setup-python@v4 with: @@ -165,6 +161,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - ./client/dist/compose_client-${{ steps.get_version.outputs.RELEASE_VERSION }}.tar.gz - deploy/local/deploy-local-${{ steps.get_version.outputs.RELEASE_VERSION }}.zip - deploy/production/docker-compose/deploy-production-docker-compose-${{ steps.get_version.outputs.RELEASE_VERSION }}.zip \ No newline at end of file + ./client/dist/compose_client-*.tar.gz + deploy/local/deploy-local-*.zip + deploy/production/docker-compose/deploy-production-docker-compose-*.zip \ No newline at end of file