Skip to content

Commit

Permalink
Merge pull request #9 from sensuikan1973/fix_bin_name_on_job
Browse files Browse the repository at this point in the history
fix bin name on job
  • Loading branch information
sensuikan1973 authored Jan 11, 2021
2 parents b2b1113 + 79fd77e commit 68ef3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- os: windows-latest
edax-runner_bin_name: edax_runner-windows.exe
edax_build_command: make build ARCH=x64 COMP=icc OS=windows
edax_bin_name: wEdax-x64-modern.exe
edax_bin_name: wEdax-x64.exe
intel_components_install_script: oneapi-ci/scripts/install_windows.bat
intel_cpp_components: intel.oneapi.win.cpp-compiler
hrckit_url: https://registrationcenter-download.intel.com/akdlm/irc_nas/17392/w_HPCKit_p_2021.1.0.2682_offline.exe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- os: windows-latest
edax-runner_bin_name: edax_runner-windows.exe
edax_build_command: make build ARCH=x64 COMP=icc OS=windows
edax_bin_name: wEdax-x64-modern.exe
edax_bin_name: wEdax-x64.exe
intel_components_install_script: oneapi-ci/scripts/install_windows.bat
intel_cpp_components: intel.oneapi.win.cpp-compiler
hrckit_url: https://registrationcenter-download.intel.com/akdlm/irc_nas/17392/w_HPCKit_p_2021.1.0.2682_offline.exe
Expand Down

0 comments on commit 68ef3cb

Please sign in to comment.