Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Jul 14, 2024
1 parent e664919 commit 2cb6039
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload HeliosCLI Artifact
- name: Upload HeliosCLI Binary
if: env.skip_release == 'false'
run: |
file=$(ls ./artifact/unzipped/helioscli/*)
echo "Uploading $file"
gh release upload "${{ steps.create_release.outputs.upload_url }}" "$file" --clobber
echo "Uploading Helios CLI Binary"
gh release upload "${{ steps.create_release.outputs.upload_url }}" "./artifact/unzipped/helioscli/helios)" --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2cb6039

Please sign in to comment.