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 bfaa6a7 commit e213c5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ 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

- uses: actions/upload-artifact@v4
with:
name: Action-Build
path: |
src/dist/windows/main.exe
src/source.rst
src/target.rst
src/main.ico
path: src/dist/windows

0 comments on commit e213c5a

Please sign in to comment.