Skip to content

Commit aa1d1fc

Browse files
committed
workflow update
1 parent fa9cd23 commit aa1d1fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,18 @@ jobs:
137137
New-Item -ItemType Directory -Force -Path dist
138138
139139
# Copy standalone exe
140-
Copy-Item "build\SteamLuaPatcher.exe" "dist\"
140+
Copy-Item "build\SteamLuaPatcher.exe" "dist\lua-patcher.exe"
141141
142142
# Get file info
143-
$exe = Get-Item "dist\SteamLuaPatcher.exe"
143+
$exe = Get-Item "dist\lua-patcher.exe"
144144
$sizeMB = [math]::Round($exe.Length / 1MB, 2)
145145
Write-Host "Standalone executable size: $sizeMB MB"
146146
147147
- name: Upload Build Artifact
148148
uses: actions/upload-artifact@v4
149149
with:
150-
name: SteamLuaPatcher-Standalone
151-
path: dist/SteamLuaPatcher.exe
150+
name: lua-patcher-Standalone
151+
path: dist/lua-patcher.exe
152152
retention-days: 30
153153

154154
# Only create release if commit message contains "release:"
@@ -235,13 +235,13 @@ jobs:
235235
${{ steps.changelog.outputs.LOGS }}
236236
237237
## Download & Run
238-
1. Download `SteamLuaPatcher.exe` below
238+
1. Download `lua-patcher.exe` below
239239
2. Double-click to run - **no installation required!**
240240
241241
## Requirements
242242
- Windows 10/11 (64-bit)
243243
files: |
244-
dist/SteamLuaPatcher.exe
244+
dist/lua-patcher.exe
245245
draft: false
246246
prerelease: false
247247
env:

0 commit comments

Comments
 (0)