From 10048a245962b244208b29d1ce692c01b954de88 Mon Sep 17 00:00:00 2001 From: Olof Blomqvist Date: Sun, 9 Jul 2023 22:46:51 +0200 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f5b701e..7619763 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,10 +30,11 @@ jobs: RUSTTARGET: ${{ matrix.target }} TOOLCHAIN_VERSION: "nightly" ARCHIVE_TYPES: ${{ matrix.archive }} - - name: Upload artifact - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v3 + - name: upload artifacts + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - name: Binary + name: my-artifact path: | - ${{ steps.compile.outputs.BUILT_ARCHIVE }} - ${{ steps.compile.outputs.BUILT_CHECKSUM }} + target/wheels