Revised buid procedure
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
python -m PyInstaller epson_print_conf.spec -- --default
|
||||
|
||||
- name: Generate Changelog
|
||||
run: echo "# This executable is auto-generated by a GitHub Action" > ${{ github.workspace }}-CHANGELOG.txt
|
||||
run: echo "This executable is auto-generated by a GitHub Action" > ${{ github.workspace }}-CHANGELOG.txt
|
||||
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
@@ -34,3 +34,5 @@ jobs:
|
||||
with:
|
||||
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
||||
files: dist/epson_print_conf.exe
|
||||
append_body: true
|
||||
generate_release_notes: true
|
||||
|
||||
Reference in New Issue
Block a user