File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3838 tar czf ${{ matrix.target }}-x86_64-darwin.tar.gz ${{ matrix.target }}
3939 cd -
4040 mv /Volumes/tools/${{ matrix.target }}-x86_64-darwin.tar.gz .
41+ sha256sum ${{ matrix.target }}-x86_64-darwin.tar.gz > ${{ matrix.target }}-x86_64-darwin.tar.gz.sha256
4142 - name : Upload Toolchain
4243 uses : actions/upload-artifact@v2
4344 with :
4849 if : " startsWith(github.ref, 'refs/tags/')"
4950 with :
5051 repo_token : ${{ secrets.GITHUB_TOKEN }}
51- asset_name : ${{ matrix.target }}-x86_64-darwin.tar.gz
52- file : ${{ matrix.target }}-x86_64-darwin.tar.gz
52+ file : ${{ matrix.target }}-x86_64-darwin.tar.gz*
53+ file_glob : true
5354 tag : ${{ github.ref }}
Original file line number Diff line number Diff line change 4242 tar czf ${{ matrix.target }}-aarch64-darwin.tar.gz ${{ matrix.target }}
4343 cd -
4444 mv /Volumes/tools/${{ matrix.target }}-aarch64-darwin.tar.gz .
45+ sha256sum ${{ matrix.target }}-aarch64-darwin.tar.gz > ${{ matrix.target }}-aarch64-darwin.tar.gz.sha256
4546 - name : Remove volumes
4647 run : |
4748 hdiutil detach /Volumes/build
5657 if : " startsWith(github.ref, 'refs/tags/')"
5758 with :
5859 repo_token : ${{ secrets.GITHUB_TOKEN }}
59- asset_name : ${{ matrix.target }}-aarch64-darwin.tar.gz
60- file : ${{ matrix.target }}-aarch64-darwin.tar.gz
60+ file : ${{ matrix.target }}-aarch64-darwin.tar.gz*
61+ file_glob : true
6162 tag : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments