Skip to content

Commit

Permalink
Bugfix/fix linux cd pipeline (#13)
Browse files Browse the repository at this point in the history
Fixes the build release path for linux.
  • Loading branch information
defuncart authored Feb 7, 2022
1 parent 7cb92a5 commit 02c7d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
BUILD_PATH_MACOS: build/macos/Build/Products/Release/
BUILD_NAME_MACOS: Kifu\ Viewer.app
BUILD_PATH_LINUX: build/linux/release/
BUILD_PATH_LINUX: build/linux/x64/release/
BUILD_NAME_LINUX: kifu_viewer
BUILD_PATH_WINDOWS: build/windows/runner/
BUILD_NAME_WINDOWS: kifu_viewer
Expand Down

0 comments on commit 02c7d8c

Please sign in to comment.