Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
srisco committed May 12, 2021
1 parent 8f5f48a commit 9b87599
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,14 @@ jobs:
steps:
- name: Download jobs' artifacts
uses: actions/download-artifact@v2
with:
path: bin
- name: Upload artifacts to release
uses: softprops/action-gh-release@v1
with:
files: |
bin/oscar-cli
bin/oscar-cli-arm64
bin/oscar-cli.exe
bin/oscar-cli-darwin
bin/oscar-cli-darwin-arm64
oscar-cli/oscar-cli
oscar-cli-arm64/oscar-cli-arm64
oscar-cli-darwin/oscar-cli-darwin
oscar-cli-darwin-arm64/oscar-cli-darwin-arm64
oscar-cli.exe/oscar-cli.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b87599

Please sign in to comment.