From b2303da44182b61978ece10c65bbd353f5a1f5b0 Mon Sep 17 00:00:00 2001 From: antondlr Date: Thu, 28 Sep 2023 13:13:58 +0200 Subject: [PATCH] upload signatures right next to binaries --- .github/workflows/release.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a57a97f4..8a6a4bd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,23 +130,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: siren-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.zip.asc - path: artifacts/siren-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.zip.asc - - # - name: Upload signature (aarch64-unknown-linux-gnu) - # uses: actions/upload-artifact@v3 - # with: - # name: siren-${{ needs.extract-version.outputs.VERSION }}-aarch64-unknown-linux-gnu.zip.asc - # path: artifacts//siren-${{ needs.extract-version.outputs.VERSION }}-aarch64-unknown-linux-gnu.zip.asc - # - name: Upload signature (x86_64-unknown-linux-gnu) - # uses: actions/upload-artifact@v3 - # with: - # name: siren-${{ needs.extract-version.outputs.VERSION }}-x86_64-unknown-linux-gnu.zip.asc - # path: artifacts/siren-${{ needs.extract-version.outputs.VERSION }}-x86_64-unknown-linux-gnu.zip.asc - # - name: Upload signature (x86_64-windows) - # uses: actions/upload-artifact@v3 - # with: - # name: siren-${{ needs.extract-version.outputs.VERSION }}-x86_64-windows.zip.asc - # path: artifacts/siren-${{ needs.extract-version.outputs.VERSION }}-x86_64-windows.zip.asc + path: ./siren-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.zip.asc draft-release: name: Draft Release @@ -234,4 +218,4 @@ jobs: assets+=("-a" "$asset/$asset") done tag_name="${{ env.VERSION }}" - echo "$body" | hub release create --draft "${assets[@]}" -F "-" "$tag_name" \ No newline at end of file + echo "$body" | hub release create --draft "${assets[@]}" -F "-" "$tag_name"