Skip to content

Commit

Permalink
Merge pull request #346 from BSd3v/patch-8
Browse files Browse the repository at this point in the history
Update host-test.yml
  • Loading branch information
AnnMarieW authored Oct 10, 2024
2 parents 116f047 + 5b59f72 commit 57ca628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/host-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: dist-artifact
path: dist/dash_mantine_components-${{ env.version }}.tar.gz # Use the extracted version
path: dist/dash_mantine_components-${{ env.version }}-py3-none-any.whl # Use the extracted version

- name: Get Artifact ID
id: get_artifact_id
Expand All @@ -81,7 +81,7 @@ jobs:
ARTIFACT_URL: ${{ env.artifact_url }}
ARTIFACT_ID: ${{ env.artifact_id }}
GITHUB_OWNER: snehilvj
FILE_FULLNAME: dash_mantine_components-${{ env.version }}.tar.gz
FILE_FULLNAME: dash_mantine_components-${{ env.version }}-py3-none-any.whl
PACKAGE_NAME: dash_mantine_components
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 57ca628

Please sign in to comment.