Skip to content

Commit

Permalink
Revert "Add PowerShell start script to release for Citrix compatibility"
Browse files Browse the repository at this point in the history
This reverts commit 01b8f95.
  • Loading branch information
mschabhuettl committed Mar 21, 2024
1 parent 8274f0f commit da3d079
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,6 @@ jobs:
run: Expand-Archive -Path "SP5ToICalExp-${{ env.VERSION }}-windows.zip" -DestinationPath temp; Get-ChildItem -Path temp -Recurse
shell: pwsh

# Create a PowerShell Script to Start the EXE
- name: Create PowerShell Start Script
run: |
$scriptContent = @"
Start-Process -FilePath `"./SP5ToICalExp/SP5ToICalExp.exe`"
"@
New-Item -Path . -Name "Start.ps1" -ItemType "file" -Value $scriptContent -Force
shell: pwsh

# Add the PowerShell Script to the ZIP Archive
- name: Add Start Script to ZIP
run: Compress-Archive -Path Start.ps1, "dist/SP5ToICalExp/*" -DestinationPath "SP5ToICalExp-${{ env.VERSION }}-windows.zip" -Force
shell: pwsh

# Create a Release on GitHub with the Generated Version Number
- name: Create Release
id: create_release
Expand Down

0 comments on commit da3d079

Please sign in to comment.