File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 run : |
9292 cp target/release/modality-barectf-importer target/release/modality-barectf-importer_${{ env.RELEASE_VERSION }}+${{ env.DISTRO_VERSION }}_${{ env.DISTRO_ARCH }}
9393 cp target/release/modality-barectf-tcp-collector target/release/modality-barectf-tcp-collector_${{ env.RELEASE_VERSION }}+${{ env.DISTRO_VERSION }}_${{ env.DISTRO_ARCH }}
94- cp target/release/modality-barectf-proxy-collector target/release/modality-barectf-tcp -collector_${{ env.RELEASE_VERSION }}+${{ env.DISTRO_VERSION }}_${{ env.DISTRO_ARCH }}
94+ cp target/release/modality-barectf-proxy-collector target/release/modality-barectf-proxy -collector_${{ env.RELEASE_VERSION }}+${{ env.DISTRO_VERSION }}_${{ env.DISTRO_ARCH }}
9595
9696 - name : Create github release
9797 id : create_release
@@ -138,15 +138,15 @@ jobs:
138138 cargo build --release --target x86_64-apple-darwin
139139 cp target/x86_64-apple-darwin/release/modality-barectf-importer target/x86_64-apple-darwin/release/modality-barectf-importer_${{ env.RELEASE_VERSION }}+mac_amd64
140140 cp target/x86_64-apple-darwin/release/modality-barectf-tcp-collector target/x86_64-apple-darwin/release/modality-barectf-tcp-collector_${{ env.RELEASE_VERSION }}+mac_amd64
141- cp target/x86_64-apple-darwin/release/modality-barectf-proxy-collector target/x86_64-apple-darwin/release/modality-barectf-tcp -collector_${{ env.RELEASE_VERSION }}+mac_amd64
141+ cp target/x86_64-apple-darwin/release/modality-barectf-proxy-collector target/x86_64-apple-darwin/release/modality-barectf-proxy -collector_${{ env.RELEASE_VERSION }}+mac_amd64
142142
143143 - name : Build packages (arm)
144144 shell : bash
145145 run : |
146146 cargo build --release --target aarch64-apple-darwin
147147 cp target/aarch64-apple-darwin/release/modality-barectf-importer target/aarch64-apple-darwin/release/modality-barectf-importer_${{ env.RELEASE_VERSION }}+mac_arm64
148148 cp target/aarch64-apple-darwin/release/modality-barectf-tcp-collector target/aarch64-apple-darwin/release/modality-barectf-tcp-collector_${{ env.RELEASE_VERSION }}+mac_arm64
149- cp target/aarch64-apple-darwin/release/modality-barectf-proxy-collector target/aarch64-apple-darwin/release/modality-barectf-tcp -collector_${{ env.RELEASE_VERSION }}+mac_arm64
149+ cp target/aarch64-apple-darwin/release/modality-barectf-proxy-collector target/aarch64-apple-darwin/release/modality-barectf-proxy -collector_${{ env.RELEASE_VERSION }}+mac_arm64
150150
151151 - name : Create github release
152152 id : create_release
You can’t perform that action at this time.
0 commit comments