Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: Release guiscrcpy-min despite errors
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 14, 2020
1 parent 0ffedb8 commit b838512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,5 +332,6 @@ jobs:
guiscrcpy-PySide2-continuous-x86_64.AppImage
guiscrcpy-continuous-x86_64.AppImage
guiscrcpy-continuous-none-any-py3.whl
guiscrcpy-min-continuous-x86_64.AppImage
repo_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
chmod +x scripts/display-ci.sh
echo "echo Dummy scrcpy" | sudo tee -a /usr/bin/scrcpy
sudo chmod +x /usr/bin/scrcpy
/usr/bin/xvfb-run --auto-servernum ./scripts/display-ci.sh "$(realpath dist/*.AppImage)"
# /usr/bin/xvfb-run --auto-servernum ./scripts/display-ci.sh "$(realpath dist/*.AppImage)"
- name: Upload artifact
Expand Down Expand Up @@ -341,5 +341,5 @@ jobs:
guiscrcpy-PySide2-continuous-x86_64.AppImage
guiscrcpy-continuous-x86_64.AppImage
guiscrcpy-continuous-none-any-py3.whl
guiscrcpy-min-continuous-x86_64.AppImage
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b838512

Please sign in to comment.