We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3714cef commit 5cc4cb6Copy full SHA for 5cc4cb6
action.yml
@@ -2,7 +2,7 @@ name: 'Rust Auto Publish'
2
description: 'Auto publish rust binary to github release'
3
author: 'Aster <[email protected]>'
4
runs:
5
- using: 'node22'
+ using: 'node20'
6
main: 'index.js'
7
branding:
8
icon: 'package'
0 commit comments