File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 22
22
arch : amd64
23
23
steps :
24
24
- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
25
- # upload-to-release is busted on node 20
26
- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27
- with :
28
- node-version : " 18"
29
25
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
30
26
with :
31
27
toolchain : stable
37
33
command : build
38
34
args : --release --target ${{ matrix.target }}
39
35
use-cross : ${{ runner.os == 'Linux' }}
40
- - uses : Shopify/upload-to-release@master
36
+ - name : Rename Binary
37
+ run : cp ./target/${{ matrix.target }}/release/shadowenv ./shadowenv-${{ matrix.target }}
38
+ - name : Upload Binary to Release
39
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
41
40
with :
42
- name : shadowenv-${{ matrix.target }}
43
- path : target/${{ matrix.target }}/release/shadowenv
44
- repo-token : ${{ secrets.GITHUB_TOKEN }}
41
+ files : shadowenv-${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments