Skip to content

Commit

Permalink
explicit paths for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
loderunner committed May 17, 2021
1 parent 579a5a1 commit 4834ffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dist
path: dist
- name: Create key file
run: 'echo "${{ secrets.GPG_KEY }}" > key.gpg'
- name: Publish to apt repository
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dist
path: dist
- name: Create key file
run: 'echo "${{ secrets.GPG_KEY }}" > key.gpg'
- name: Publish to yum repository
Expand Down

0 comments on commit 4834ffb

Please sign in to comment.