File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : ' Anoncreds'
1+ name : " Anoncreds"
22
33env :
4- RUST_VERSION : ' 1.65.0'
5- CROSS_VERSION : ' 0.2.4'
4+ RUST_VERSION : " 1.65.0"
5+ CROSS_VERSION : " 0.2.4"
66
77on :
88 release :
99 types : [created]
1010 workflow_dispatch :
1111 inputs :
1212 publish-binaries :
13- description : ' Publish Binaries to Release (will create a release if no release exits for branch or tag)'
13+ description : " Publish Binaries to Release (will create a release if no release exits for branch or tag)"
1414 required : true
1515 default : false
1616 type : boolean
@@ -104,7 +104,7 @@ jobs:
104104 command : c
105105 cwd : release-artifacts
106106 files : .
107- outPath : ' library-${{ matrix.architecture }}.tar.gz'
107+ outPath : " library-${{ matrix.architecture }}.tar.gz"
108108
109109 - name : Add library artifacts to release
110110 if : |
@@ -113,4 +113,4 @@ jobs:
113113 uses : svenstaro/upload-release-action@v2
114114 with :
115115 file : library-${{ matrix.architecture }}.tar.gz
116- asset_name : ' library-${{ matrix.architecture }}. tar.gz'
116+ asset_name : " library-${{ matrix.architecture }}-${{ github.sha }}. tar.gz"
You can’t perform that action at this time.
0 commit comments