Nick Babcock 3 weeks ago
parent
commit
06f2c78ee8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -40,7 +40,7 @@ jobs:
     - name: Create unbundled zip
     - name: Create unbundled zip
       shell: powershell
       shell: powershell
       run: |
       run: |
-        $version = (Get-Item .\OhmGraphite\bin\Release\net8.0\win-x64\publish\OhmGraphite.dll).VersionInfo.FileVersion
+        $version = (Get-Item .\OhmGraphite\bin\Release\net8.0\win-x64\publish\OhmGraphite.exe).VersionInfo.FileVersion
         Compress-Archive -Path .\OhmGraphite\bin\Release\net8.0\win-x64\publish\* -DestinationPath ".\OhmGraphite\bin\OhmGraphite-unbundled-$version.zip"
         Compress-Archive -Path .\OhmGraphite\bin\Release\net8.0\win-x64\publish\* -DestinationPath ".\OhmGraphite\bin\OhmGraphite-unbundled-$version.zip"
     - name: Upload unbundled artifact
     - name: Upload unbundled artifact
       uses: actions/upload-artifact@v4
       uses: actions/upload-artifact@v4