mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Carefully jam a debug tool into this workflow
This commit is contained in:
parent
4a1ce2a3b3
commit
1b179c005d
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -92,6 +92,11 @@ jobs:
|
|||
name: Chatterino-x86_64-Qt-${{ matrix.qt-version }}.AppImage
|
||||
path: build/Chatterino-x86_64.AppImage
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
|
||||
- name: Package - .deb (Ubuntu)
|
||||
if: matrix.build-deb
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue