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

Commit

Permalink
ci: fix download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 24, 2020
1 parent 3f9abf0 commit 55021ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous.yml
Expand Up @@ -236,10 +236,10 @@ jobs:
name: guiscrcpy-continuous-none-any-py3.whl
- uses: actions/download-artifact@v1
with:
name: guiscrcpy-continuous-x86_64.AppImage
name: guiscrcpy-r-continuous-x86_64.AppImage
- uses: actions/download-artifact@v1
with:
name: guiscrcpy-min-continuous-x86_64.AppImage
name: guiscrcpy-m-continuous-x86_64.AppImage

- name: Detect Release type
if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/v') != true
Expand Down

0 comments on commit 55021ef

Please sign in to comment.