Skip to content

Commit

Permalink
Changes in builder code
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze committed Mar 19, 2024
1 parent 360bcba commit 74d392d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
- name: Download Build Artifact
uses: actions/download-artifact@v4
with:
path: ./release
path: ./builds

- name: Prepare the release directory
run: |
mv release/UpdateManager.exe release/updater.exe
mkdir release/extras
mkdir -p release/extras
cp -r extras/* release/extras/
cp builds/build-x86/UpdateManager.exe release/updater.exe
cp unrar.exe release/
cp tools.ini release/
cp *.md release/
Expand Down

0 comments on commit 74d392d

Please sign in to comment.