92
92
workflow_conclusion : success
93
93
branch : ${{ inputs.release_type == 'Dry Run' && 'main' || github.ref_name }}
94
94
artifacts : libbitwarden_c_files-x86_64-apple-darwin
95
- skip_unpack : false
95
+ skip_unpack : true
96
96
97
97
- name : Download aarch64-apple-darwin artifact
98
98
uses : bitwarden/gh-actions/download-artifacts@main
@@ -101,7 +101,7 @@ jobs:
101
101
workflow_conclusion : success
102
102
branch : ${{ inputs.release_type == 'Dry Run' && 'main' || github.ref_name }}
103
103
artifacts : libbitwarden_c_files-aarch64-apple-darwin
104
- skip_unpack : false
104
+ skip_unpack : true
105
105
106
106
- name : Download x86_64-unknown-linux-musl artifact
107
107
uses : bitwarden/gh-actions/download-artifacts@main
@@ -110,7 +110,7 @@ jobs:
110
110
workflow_conclusion : success
111
111
branch : ${{ inputs.release_type == 'Dry Run' && 'main' || github.ref_name }}
112
112
artifacts : libbitwarden_c_files-x86_64-unknown-linux-musl
113
- skip_unpack : false
113
+ skip_unpack : true
114
114
115
115
- name : Download aarch64-unknown-linux-musl artifact
116
116
uses : bitwarden/gh-actions/download-artifacts@main
@@ -119,7 +119,7 @@ jobs:
119
119
workflow_conclusion : success
120
120
branch : ${{ inputs.release_type == 'Dry Run' && 'main' || github.ref_name }}
121
121
artifacts : libbitwarden_c_files-aarch64-unknown-linux-musl
122
- skip_unpack : false
122
+ skip_unpack : true
123
123
124
124
- name : Download x86_64-pc-windows-gnu artifact
125
125
uses : bitwarden/gh-actions/download-artifacts@main
@@ -128,7 +128,7 @@ jobs:
128
128
workflow_conclusion : success
129
129
branch : ${{ inputs.release_type == 'Dry Run' && 'main' || github.ref_name }}
130
130
artifacts : libbitwarden_c_files-x86_64-pc-windows-gnu
131
- skip_unpack : false
131
+ skip_unpack : true
132
132
133
133
- name : Update files
134
134
run : |
@@ -139,7 +139,7 @@ jobs:
139
139
mkdir -p sm-sdk-go/internal/cinterface/lib/{darwin-{x64,arm64},linux-{x64,arm64},windows-x64}
140
140
141
141
- name : Test
142
- run : ls -halR . && exit 1
142
+ run : ls -halR sm-sdk-go/ && exit 1
143
143
144
144
- name : Download artifacts
145
145
uses : bitwarden/gh-actions/download-artifacts@main
0 commit comments