From fff1ffad29352f826b5e216553f72877187c3bf6 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Fri, 17 Dec 2021 12:37:12 +0700 Subject: [PATCH] oops --- .github/workflows/build-analyze-win.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-analyze-win.yml b/.github/workflows/build-analyze-win.yml index 7234f79f..1ec11e7c 100644 --- a/.github/workflows/build-analyze-win.yml +++ b/.github/workflows/build-analyze-win.yml @@ -80,8 +80,13 @@ jobs: # A file, directory or wildcard pattern that describes what to upload path: dist/ # The desired behavior if no files are found using the provided path. + - name: Generate release tag + id: tag + run: | + echo "::set-output name=release_tag::CiderNightly_$(date +"%Y.%m.%d_%H-%M")" - name: Release uses: softprops/action-gh-release@v1 with: + tag_name: ${{ steps.tag.outputs.release_tag }} files: dist/Cider Setup 1.0.0.exe