Skip to content

Commit

Permalink
where
Browse files Browse the repository at this point in the history
  • Loading branch information
sadministrator committed Feb 6, 2024
1 parent a22b6a2 commit 5bef505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
else
cross build --release --target x86_64-pc-windows-gnu
mkdir -p earendil-windows
ls
cp target/x86_64-pc-windows-gnu/release/earendil-gui.exe earendil-windows/
7z a -tzip earendil-windows.zip ./earendil-windows/*
echo "ARTIFACT_PATH=earendil-windows.zip" >> $GITHUB_ENV
Expand Down

0 comments on commit 5bef505

Please sign in to comment.