Skip to content

Commit

Permalink
fix bat for release
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-photo committed Dec 29, 2024
1 parent 86a4694 commit a194247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninaAPI/buildAndCopy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if "%beta%" == "y" (
pwsh.exe CreateNET7Manifest.ps1 -file "C:\Users\Christian\AppData\Local\NINA\Plugins\3.0.0\Advanced API\ninaAPI.dll" -includeAll -createArchive -beta -installerUrl "https://github.com/christian-photo/ninaAPI/releases/download/%version%-b.%b%/ninaAPI.zip"
gh release create "%version%-b.%b%" -t "ninaAPI %version%-beta %b%" -p -R christian-photo/ninaAPI ninaAPI.zip
) ELSE (
pwsh.exe CreateNET7Manifest.ps1 -file "C:\Users\Christian\AppData\Local\NINA\Plugins\3.0.0\Advanced API\ninaAPI.dll" -includeAll -createArchive -installerUrl "https://github.com/christian-photo/ninaAPI/releases/download/%version%/ninaAPI.zip"
gh release create %version% -t "ninaAPI %version%" -R christian-photo/ninaAPI ninaAPI.zip
pwsh.exe CreateNET7Manifest.ps1 -file ninaAPI.zip -installerUrl "https://github.com/christian-photo/ninaAPI/releases/download/%version%/ninaAPI.zip"
)
cd ..
cd ..
Expand Down

0 comments on commit a194247

Please sign in to comment.