Skip to content

Commit

Permalink
Correction du nom de l'artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolite committed Apr 30, 2024
1 parent dfe3e29 commit 0a0714f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: ./dist/rok4-tools-${{ github.ref_name }}.tar.gz
asset_name: rok4-tools-${{ github.ref_name }}.tar.gz
asset_path: ./dist/rok4_tools-${{ github.ref_name }}.tar.gz
asset_name: rok4_tools-${{ github.ref_name }}.tar.gz
asset_content_type: application/zip

- name: Isolate wheel and tarball
Expand Down

0 comments on commit 0a0714f

Please sign in to comment.