Skip to content

Commit

Permalink
Fix: typo (fixup please)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Aug 19, 2021
1 parent 37c17df commit 4458001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
stack build
find .stack-work/install -name oschark -exec mv {} . \;
- name: save executable as artifact
uses: actions/upload-artifacts@v2
uses: actions/upload-artifact@v2
with:
name: oschark_${{matrix.os}}
path: oschark
Expand All @@ -34,12 +34,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: retrive artifacts
uses: actions/download-artifacts@v2
uses: actions/download-artifact@v2
- name: do Release
uses: softprops/action-gh-release@v1
with:
prerelease: true
files: |
oschark_*
LICENSE

0 comments on commit 4458001

Please sign in to comment.