Skip to content

Commit

Permalink
<feature> modify Action
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jan 21, 2024
1 parent e213c5a commit eb15a50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
pypi_url: https://pypi.org
pypi_index_url: https://pypi.org/simple
spec: "main.spec"
- run:
cp src/source.rst src/dist/windows/source.rst
cp src/target.rst src/dist/windows/target.rst
cp src/main.ico src/dist/windows/main.ico

- run: cp src/source.rst src/dist/windows/source.rst
- run: cp src/target.rst src/dist/windows/target.rst
- run: cp src/main.ico src/dist/windows/main.ico

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit eb15a50

Please sign in to comment.