Skip to content

Commit

Permalink
move files to release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Sep 9, 2024
1 parent 3171472 commit a183dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ jobs:
- id: move_files_windows
if: matrix.build == 'arm64' || matrix.build == 'hip'
if: matrix.build == 'arm64' || startsWith(matrix.build, 'hip')
name: Move files to Release folder
run: |
mkdir build/Release
Expand Down Expand Up @@ -774,7 +774,7 @@ jobs:
- id: move_files_windows
if: matrix.build == 'arm64' || matrix.build == 'hip'
if: matrix.build == 'arm64' || startsWith(matrix.build, 'hip')
name: Move files to Release folder
run: |
mkdir build/Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows_template/build_library_steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
- name: Move files to Release folder
id: move_files_windows
if: matrix.build == 'arm64' || matrix.build == 'hip'
if: matrix.build == 'arm64' || startsWith(matrix.build, 'hip')
run: |
mkdir build/Release
mkdir build/libs/Release
Expand Down

0 comments on commit a183dfc

Please sign in to comment.