From 4e8c1950b760d1564b94f6732f86c868c49021cb Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 27 Jan 2025 16:24:36 +0300 Subject: [PATCH] test2 --- .github/workflows/create-srs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-srs.yml b/.github/workflows/create-srs.yml index b042c44..59c0a03 100644 --- a/.github/workflows/create-srs.yml +++ b/.github/workflows/create-srs.yml @@ -25,8 +25,11 @@ jobs: -v ${{ github.workspace }}/SRS:/app/SRS \ itdoginfo/compilesrs:0.1 + - name: Set release tag + run: echo "TAG_NAME=$(date +'%Y-%m-%d_%H-%M')" >> $GITHUB_ENV + - name: Release uses: softprops/action-gh-release@v2.1.0 with: files: "${{ github.workspace }}/SRS/*.srs" - tag_name: latest \ No newline at end of file + tag_name: ${{ env.TAG_NAME }} \ No newline at end of file