Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalTichy authored Oct 18, 2020
1 parent 90512dd commit a0872e7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ jobs:
run: sudo systemctl stop DotCast
continue-on-error: true

- uses: actions/download-artifact@v2
name: DownloadArtifact
- name: Download Release Asset
id: download_release_asset
uses: i3h/download-release-asset@v1
with:
name: DotCast
path: /home/pi/DotCast
owner: MichalTichy
repo: MichalTichy/DotCast
tag: latest
file: release.zip
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- uses: microsoft/variable-substitution@v1
name: App Settings Variable Substitution
with:
Expand Down

0 comments on commit a0872e7

Please sign in to comment.