Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 Laurens Pilot
Copyright (c) 2026 Ente

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For a Linux-only follow-up that rebuilds Linux while reusing verified non-Linux

```sh
gh workflow run release.yml \
--repo laurens-pilot/ort-packaging \
--repo ente/ort-packaging \
--ref main \
-f tag=ort-1.28.0-r2 \
-f source_tag=ort-1.28.0-r1 \
Expand All @@ -75,7 +75,7 @@ Example:
```sh
tag=ort-1.28.0-r1
asset=onnxruntime-webgpu-android-1.28.0-r1.aar
base=https://github.com/laurens-pilot/ort-packaging/releases/download/$tag
base=https://github.com/ente/ort-packaging/releases/download/$tag

curl -fL -o "$asset" "$base/$asset"
curl -fL -o "$asset.sha256" "$base/$asset.sha256"
Expand Down