Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinn committed Jan 15, 2024
1 parent cb5b35f commit 649379b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: ls -ltR
- run: cd ${{ github.workspace }}/..
- name: pyinstaller-windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ pip install -r requirements.txt
pip install -r build_requirements.txt
pyinstaller -F guimain.py -n make_metric_gcode
```

## Using github actions to make a release with windows and linux asssets
create a release in github. a workflow will build the artifacts and stick
them on the release

# Todo
- [ ] build linux release
Expand Down

0 comments on commit 649379b

Please sign in to comment.