From cb96b00e8d4c3e546ed39b47599fb36369d929ba Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Mon, 26 Aug 2024 13:25:20 -0500 Subject: [PATCH] feat(config) #10 add config.toml to releases --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0307b38..c660248 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 \ No newline at end of file + files: | + ${{ gitea.workspace }}/dist/inex.exe + ${{ gitea.workspace }}/config.toml.sample \ No newline at end of file