feat(config) #10 add config.toml to releases
This commit is contained in:
parent
abd669c3bb
commit
cb96b00e8d
@ -38,4 +38,6 @@ jobs:
|
||||
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
|
||||
- uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: ${{ gitea.workspace }}/dist/inex.exe
|
||||
files: |
|
||||
${{ gitea.workspace }}/dist/inex.exe
|
||||
${{ gitea.workspace }}/config.toml.sample
|
Loading…
x
Reference in New Issue
Block a user