diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54f2180..e7f3915 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/readme.md b/readme.md index 5033912..64adab1 100644 --- a/readme.md +++ b/readme.md @@ -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