From b92805ddb75071d9461557645d93fbfb36cd4a86 Mon Sep 17 00:00:00 2001 From: Nep Date: Thu, 3 Jun 2021 00:38:46 +0900 Subject: [PATCH] =?UTF-8?q?github.ref=20=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 124d096..8b0c073 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -44,12 +44,12 @@ jobs: - name: Create Release shell: powershell if: startsWith(github.ref, 'refs/tags/') - run: Compress-Archive -Path Artifacts/* -DestinationPath TvTestRPC_v${{ github.ref }}_${{ matrix.platform }}.zip + run: Compress-Archive -Path Artifacts/* -DestinationPath TvTestRPC_${{ matrix.platform }}.zip - name: Upload Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: TvTestRPC_v${{ github.ref }}_${{ matrix.platform }}.zip + files: TvTestRPC_${{ matrix.platform }}.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}