File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,12 @@ jobs:
101101 git config --global --add safe.directory "$(pwd)"
102102 . $HOME/.cargo/env
103103 cargo build --release --features=${{ matrix.features }} --target ${{ matrix.configs.target }} --package op-rbuilder
104- mkdir -p artifacts
105- mv target/${{ matrix.configs.target }}/release/op-rbuilder artifacts/op-rbuilder-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}${{ matrix.features && '-' }}${{ matrix.features }}
106104
107- - name : Upload artifacts
105+ - name : Upload op-rbuilder artifact
108106 uses : actions/upload-artifact@v4
109107 with :
110108 name : op-rbuilder-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}${{ matrix.features && '-' }}${{ matrix.features }}
111- path : artifacts
109+ path : target/${{ matrix.configs.target }}/release/op-rbuilder
112110
113111 draft-release :
114112 name : Draft release
You can’t perform that action at this time.
0 commit comments