File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Publish Release
2
2
3
3
on :
4
4
push :
5
- branches : [ "* " ]
6
- # tags:
7
- # - release/*
5
+ branches : [ "main " ]
6
+ tags :
7
+ - release/*
8
8
9
9
jobs :
10
10
build :
@@ -187,7 +187,7 @@ jobs:
187
187
- name : Prepare local artifacts directory
188
188
run : |
189
189
mkdir -p artifacts/libpccl
190
- cp "${{ steps.strings-unix.outputs.build-output-dir }}/libpccl."* artifacts/libpccl /
190
+ cp "${{ steps.strings-unix.outputs.build-output-dir }}/libpccl."* artifacts/lib /
191
191
mkdir -p artifacts/include
192
192
cp ./include/*.h artifacts/include/
193
193
- name : Upload build artifacts
@@ -220,4 +220,4 @@ jobs:
220
220
uses : actions/upload-artifact@v4
221
221
with :
222
222
name : pypccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ github.run_id }}
223
- path : ./python/framework/dist/pypccl-*.whl
223
+ path : ./python/framework/dist/pypccl-*.whl
You can’t perform that action at this time.
0 commit comments