From d81441469bf33d795374cce7f68d0888928621ad Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 3 Jan 2025 11:07:15 -0600 Subject: [PATCH] build: fix enigma step id --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc58e83..580e893 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: $ReleaseNotes | Out-File -FilePath "./ReleaseNotes.md" -Encoding utf8 - name: Install Enigma Virtual Box - id: define-artifact-paths + id: install-enigma run: | choco install enigmavirtualbox -y --ignore-checksums $enigma="C:\Program Files (x86)\Enigma Virtual Box\enigmavbconsole.exe"