Skip to content

Commit

Permalink
[CI] add remaken.exe to release files (Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Leduc committed Feb 13, 2024
1 parent 20509ae commit 5045b0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/remaken-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ jobs:

# Move file at root for Tag release
- name: move setup
run: mv scripts\win\build-remaken\shared\release\Setup_Remaken.exe .\Setup_Remaken.exe
run: |
mv scripts\win\build-remaken\shared\release\Setup_Remaken.exe .\Setup_Remaken.exe
mv scripts\win\build-remaken\shared\release\remaken.exe .\remaken.exe
# Delete previous latest version
- name: delete previous latest version
Expand All @@ -110,6 +112,7 @@ jobs:
title: ${{ env.tag_version }}/win
files: |
Setup_Remaken.exe
remaken.exe
linux-ci:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 5045b0b

Please sign in to comment.