Skip to content

Commit

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

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

0 comments on commit e664919

Please sign in to comment.