Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdk-21 authored Dec 14, 2023
1 parent 8fb9076 commit 704fdc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,17 @@ jobs:
uses: actions/download-artifact@v2
with:
name: jellyflix-apk
path: jellyflix-apk
- name: Download Artifacts Linux
uses: actions/download-artifact@v2
with:
name: jellyflix-linux
path: jellyflix-linux
- name: Download Artifacts Windows
uses: actions/download-artifact@v2
with:
name: jellyflix-windows
path: jellyflix-windows

- name: Create Release
id: create_release
Expand Down

0 comments on commit 704fdc1

Please sign in to comment.