File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,17 @@ jobs:
159
159
echo "::set-output name=branch_pushed::0"
160
160
fi
161
161
162
- - name : Listing output
162
+ - name : Create Zip File
163
163
run : |
164
- ls -Rl
165
- working-directory : output
164
+ cp docs/readme.md output/.
165
+ cp LICENSE output/.
166
+ ls -Rl output
167
+ zip -r firebase_unity_sdk.zip output
166
168
167
169
- name : compute SDK hash
168
170
shell : bash
169
171
run : |
170
- ${{ env.hashCommand }} --tag output/ firebase_unity_sdk.zip > firebase_unity_sdk_hash.txt
172
+ ${{ env.hashCommand }} --tag firebase_unity_sdk.zip > firebase_unity_sdk_hash.txt
171
173
echo "::warning ::$(cat firebase_unity_sdk_hash.txt)"
172
174
173
175
- name : upload hash
@@ -179,8 +181,8 @@ jobs:
179
181
- name : Upload Build unitypackage
180
182
uses : actions/upload-artifact@v2
181
183
with :
182
- name : firebase_unity_sdk
183
- path : output
184
+ name : firebase_unity_sdk.zip
185
+ path : firebase_unity_sdk.zip
184
186
185
187
- name : Package tgz
186
188
run : |
You can’t perform that action at this time.
0 commit comments