Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist committed Jul 9, 2023
1 parent 659b816 commit 10048a2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 10048a2

Please sign in to comment.