Skip to content

Commit

Permalink
Update build.yml (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-weigelt committed Sep 1, 2023
1 parent 6d67c37 commit bf8597d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ jobs:
- name: ls
run: echo `ls -la `

- name: rename whl artifact
run: mv pocket_ic*.whl ${{ steps.set_name_whl.outputs.artifact_name }}

- name: rename tar artifact
run: mv pocket_ic*.tar.gz ${{ steps.set_name_tar.outputs.artifact_name }}

- name: move artifacs to dist
run: |
mkdir dist
Expand Down

0 comments on commit bf8597d

Please sign in to comment.