Skip to content

Commit 574d459

Browse files
committed
Add empty profile to build artefact
1 parent 5cdb102 commit 574d459

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lint-and-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,15 @@ jobs:
107107
shell: pwsh
108108
- run: scripts/build.ps1
109109
shell: pwsh
110+
- name: Add empty profile
111+
run: echo "" > dist/settings.toml
110112
- name: Upload Build Artifact
111113
uses: actions/upload-artifact@v4
112114
with:
113115
name: AutoSplit for ${{ matrix.os }} (Python ${{ matrix.python-version }})
114-
path: dist/AutoSplit*
116+
path: |
117+
dist/AutoSplit*
118+
dist/settings.toml
115119
if-no-files-found: error
116120
- name: Upload Build logs
117121
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)