Skip to content

Commit

Permalink
PIPELINE: update paths to windows executables
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed Oct 20, 2024
1 parent 5a11ba5 commit 6b75554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Create checksum
run: |
cp build-msbuild-*/Release/ezquake.exe .
md5sum ezquake.exe > ezquake.md5
- name: Setup SSH
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Create checksum
run: |
cp build-msbuild-*/Release/ezquake.exe .
md5sum ezquake.exe > ezquake.md5
- name: Setup SSH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: windows-multi-x64
path: ezquake.exe
path: build-msbuild-x64/Release/ezquake.exe

macos-build:
runs-on: macos-latest
Expand Down

0 comments on commit 6b75554

Please sign in to comment.