Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SolsticeSpectrum authored Jun 25, 2024
1 parent a99319f commit 9ecac8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up PowerShell
uses: actions/setup-powershell@v2

- name: Modify codex.iss for CODEX
run: |
(Get-Content .\installer\src\codex.iss) -replace '#define OutputName\s+\"setup\"', '#define OutputName "codex"' | Set-Content .\installer\src\codex.iss
Expand Down

0 comments on commit 9ecac8d

Please sign in to comment.