From a57f9734a127bf63ba0ba84aa6f0899d37abc788 Mon Sep 17 00:00:00 2001 From: Soxoj Date: Wed, 4 Dec 2024 00:51:53 +0100 Subject: [PATCH] Updated step names and ref tags --- .github/workflows/pyinstaller.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index c2961cb..8b9f5da 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -18,7 +18,7 @@ jobs: with: path: pyinstaller - - name: PyInstaller Binary Upload + - name: Upload PyInstaller Binary to Workflow as Artifact uses: actions/upload-artifact@v4 with: name: maigret_standalone_win32 @@ -30,14 +30,14 @@ jobs: with: draft: false prerelease: true - release_name: Windows Release ${{ github.ref }} - tag_name: ${{ github.ref }} + release_name: Windows Release ${{ github.ref_name }} + tag_name: ${{ github.ref_name }} body: | - This is a development release, tag ${{ github.ref }}. + This is a development release, tag ${{ github.ref_name }}. env: GITHUB_TOKEN: ${{ github.token }} - - name: Upload PyInstaller Binary + - name: Upload PyInstaller Binary to Release uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ github.token }}