Skip to content

Commit

Permalink
Change: specify artifact path
Browse files Browse the repository at this point in the history
download-artifact will create directory for each artifacts, so I have to specify directory(otherwise glob doesn't work

https://github.com/actions/download-artifact
  • Loading branch information
Cj-bc authored Aug 20, 2021
1 parent dae53fc commit 7c84f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: retrive artifacts
id: retrive-artifacts
uses: actions/download-artifact@v2
- name: do Release
uses: softprops/action-gh-release@v1
with:
prerelease: true
files: |
oschark_*
${{steps.retrive-artifacts.outputs.download-path}}/**/oschark_*
LICENSE

0 comments on commit 7c84f13

Please sign in to comment.