summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-29 15:37:29 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-29 23:42:14 +0200
commitc6118aa4aa7ec4ca770e960dd069430352db050a (patch)
treed1f345334bf092c6b71a56c6a97d8662a452ffaf /.github
parent498ff53463fe370f2ed1ea7a7eb1d02d5e7ef964 (diff)
downloadqutebrowser-c6118aa4aa7ec4ca770e960dd069430352db050a.tar.gz
qutebrowser-c6118aa4aa7ec4ca770e960dd069430352db050a.zip
ci: Upload release files
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bleeding.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index f3c55a287..4b74dafc2 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -63,6 +63,14 @@ jobs:
python -m pip install -U -r misc/requirements/requirements-tox.txt
- name: Run tox
run: "tox -e build-release -- --asciidoc ../asciidoc/asciidoc.py --gh-token ${{ secrets.GITHUB_TOKEN }} ${{ matrix.args }}"
+ - name: Upload artifacts
+ uses: actions/upload-artifact@v2
+ with:
+ name: Release files
+ path: |
+ qutebrowser-*.dmg
+ dist/qutebrowser-*-windows-standalone-*.zip
+ dist/qutebrowser-*-*.exe
irc:
timeout-minutes: 2