Skip to content

Commit

Permalink
Update freebsd-x64-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Sep 13, 2024
1 parent 9dfc1bf commit 10a2f2b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/freebsd-x64-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
git clone https://${{ secrets.CLONE_TOKEN }}:x-oauth-basic@github.com/${{ github.repository }}.git repo
cd repo
artifacts=" -a ../runtime/artifacts/packages/Debug/Shipping/dotnet-runtime-9.0.0-ci-freebsd-x64.tar.gz"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.NETCore.App.Runtime.freebsd-x64.9.0.0-ci.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.NETCore.App.Runtime.freebsd-x64.9.0.0-ci.symbols.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.DotNet.ILCompiler.9.0.0-ci.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/runtime.freebsd-x64.Microsoft.DotNet.ILCompiler.9.0.0-ci.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.NETCore.App.Host.freebsd-x64.9.0.0-ci.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.NETCore.App.Ref.9.0.0-ci.nupkg"
artifacts=" -a ../runtime/artifacts/packages/Debug/Shipping/dotnet-runtime-*-ci-freebsd-x64.tar.gz"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.NETCore.App.Runtime.freebsd-x64.*-ci.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.NETCore.App.Runtime.freebsd-x64.*-ci.symbols.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.DotNet.ILCompiler.*-ci.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/runtime.freebsd-x64.Microsoft.DotNet.ILCompiler.*-ci.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.NETCore.App.Host.freebsd-x64.*-ci.nupkg"
artifacts+=" -a ../runtime/artifacts/packages/Debug/Shipping/Microsoft.NETCore.App.Ref.*-ci.nupkg"
tag_name="freebsd_$GITHUB_RUN_ID"
hub release create $artifacts -m "$tag_name" "$tag_name"
Expand Down

1 comment on commit 10a2f2b

@am11
Copy link
Owner Author

@am11 am11 commented on 10a2f2b Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

๐Ÿ˜Žโœจ
(โ€ขฬ€แด—โ€ขฬ)ูˆ ฬ‘ฬ‘
(โ˜ž๏พŸใƒฎ๏พŸ)โ˜ž โ˜œ(๏พŸใƒฎ๏พŸโ˜œ)
๐ŸŽ‰๐Ÿ”ฅ๐Ÿ’ฏ
(* ^ ฯ‰ ^)๐Ÿ‘Œ
๐Ÿ‘‘๐Ÿ’ฅ๐Ÿ‘Š
๐ŸŒŸ๐Ÿš€๐Ÿ’ซ
(เธ‡ โ€ขฬ€_โ€ขฬ)เธ‡
๐Ÿ˜œ๐Ÿ’ƒ๐ŸŽถ
โœŒ(โ—•โ€ฟ-)โœŒ
(๏พ‰โ—•ใƒฎโ—•)๏พ‰*:๏ฝฅ๏พŸโœง

Please sign in to comment.