Skip to content

Commit

Permalink
Update linux-x64-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Jan 17, 2025
1 parent 1ed9b1d commit da9c7f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux-x64-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
git clone https://${{ secrets.CLONE_TOKEN }}:x-oauth-basic@github.com/${{ github.repository }}.git repo
cd repo
artifacts=" -a ../runtime/artifacts/packages/**/*.tar.gz"
artifacts+=" -a ../runtime/artifacts/packages/**/*.nupkg"
artifacts=""
for file in $(find ../runtime/artifacts/packages \( -name "*.tar.gz" -o -name "*.nupkg" \)); do
artifacts+=" -a $file"
done
tag_name="linux_x64_$GITHUB_RUN_ID"
hub release create $artifacts -m "$tag_name" "$tag_name"
Expand Down

0 comments on commit da9c7f9

Please sign in to comment.