diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b34bfb75a..546d91d11 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -115,8 +115,8 @@ jobs: prerelease: true title: "Spartan v${{ steps.get_datetime.outputs.version }}" files: | - spartan_vulkan_release.7z - spartan_vulkan_debug.7z + spartan_vulkan_release_${{ steps.get_datetime.outputs.version }}.7z + spartan_vulkan_debug_${{ steps.get_datetime.outputs.version }}.7z - name: Set environment file for release run: echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV