We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0819c54 commit cea6be6Copy full SHA for cea6be6
1 file changed
.github/workflows/wasm.yml
@@ -75,6 +75,11 @@ jobs:
75
echo "Wheels to publish:"
76
ls -lh wheels/
77
78
+ # Generate latest.txt (name of newest wheel)
79
+ latest_wheel=$(ls -1 wheels/*.whl | sort | tail -n 1)
80
+ echo "$(basename $latest_wheel)" > wheels/latest.txt
81
+ echo "Latest wheel: $(cat wheels/latest.txt)"
82
+
83
# Commit
84
git config user.name "GitHub Actions"
85
git config user.email "actions@github.com"
0 commit comments