Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Sep 18, 2024
1 parent 75990d5 commit 451af4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:

- name: build RyzenAdj
run: |
cd RyzenAdj
cd submodule/RyzenAdj
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
cp -f ryzenadj ../../bin
cp -f ryzenadj ../../../bin
- name: build plugin
run: |
Expand Down

0 comments on commit 451af4f

Please sign in to comment.