File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,9 @@ jobs:
167167 run : conan cache clean --source --build --download "*"
168168 shell : bash
169169
170+ # Remome 'build-ubuntu-docker' from the 'needs' list, only build Windows Versions
170171 create-release :
171- needs : [build-ubuntu-docker, build ]
172+ needs : [build]
172173 runs-on : ubuntu-latest
173174 if : (github.event_name == 'push' && github.ref == 'refs/heads/master')
174175
@@ -190,10 +191,10 @@ jobs:
190191 name : chatterino-windows-old-x86-64-Qt-6.7.3-symbols.pdb.7z
191192 path : release-artifacts/
192193
193- - name : Copy flatpakref
194- run : |
195- cp .CI/chatterino-nightly.flatpakref release-artifacts/
196- shell : bash
194+ - name : Copy flatpakref
195+ run : |
196+ cp .CI/chatterino-nightly.flatpakref release-artifacts/
197+ shell : bash
197198
198199 - name : Setup Python
199200 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments