Skip to content

Commit

Permalink
CI garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jun 10, 2021
1 parent 7bc662b commit b2c3024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ jobs:
- name: Create distribution
run: |
cp ./cmdc.mod modules/
mkdir modules/stubs
mv ./linux-2022/cmdc.pyi modules/stubs/cmdc.pyi
mkdir ./modules/stubs
mv ./modules/cmdc-0.1.0/linux-2022/cmdc.pyi ./modules/cmdc-0.1.0/stubs/cmdc.pyi
zip -r cmdc-0.1.0.zip modules/
- name: Upload distribution
Expand Down

0 comments on commit b2c3024

Please sign in to comment.