Skip to content

Commit

Permalink
Merge pull request #8 from Garulf/fix-dev-builder
Browse files Browse the repository at this point in the history
Fix dev builder
  • Loading branch information
Garulf authored Aug 14, 2021
2 parents 4a46951 + 5106f21 commit 0ade063
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dev-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@ jobs:
value: "${{steps.version.outputs.major}}.${{steps.version.outputs.minor}}.${{steps.version.outputs.patch}}-dev"
- name: Package files
run: |
$exclude = @("demo.*","*.git*","README.*", "assets")
$path = "./*"
$files = Get-ChildItem -Path $path -Exclude $exclude
echo $files
Compress-Archive -DestinationPath ./"${{github.event.repository.name}}.zip" -Path $files
git clone https://github.com/Garulf/flow_commands/ bin
pip install -r ./bin/requirements.txt
python ./bin/commands.py package -n "${{github.event.repository.name}}.zip"
- name: Delete previous drafts
uses: hugo19941994/[email protected]
env:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,6 @@ dmypy.json
# Pyre type checker
.pyre/

*.svg
*.svg

bin/

0 comments on commit 0ade063

Please sign in to comment.