Skip to content

Commit

Permalink
Merge pull request #1520 from qilingframework/xwings-patch-3
Browse files Browse the repository at this point in the history
Update pythonpublish.yml
  • Loading branch information
xwings authored Nov 25, 2024
2 parents fc6aff4 + bc5a0a8 commit 6c1d77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: pipx install poetry
- name: Build distribution 📦
run: poetry build -n
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/dist/*

Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 6c1d77c

Please sign in to comment.