File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
aws s3 cp s3://${{ secrets.INSTALLER_PRIVATE_BUCKET_NAME }}/Finch-${{ needs.get-tag-name.outputs.tag }}-x86_64.pkg Finch-${{ needs.get-tag-name.outputs.tag }}-x86_64.pkg
46
46
aws s3 cp s3://${{ secrets.DEPENDENCY_BUCKET_NAME }}/dependency-sources.tar.gz DependenciesSourceCode.tar.gz
47
47
- name : Upload installers and dependency source code to release
48
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v0.1.15
48
+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v0.1.15
49
49
with :
50
50
tag_name : ${{ needs.get-tag-name.outputs.tag }}
51
51
files : |
Original file line number Diff line number Diff line change 53
53
run : |
54
54
aws s3 cp s3://${{ secrets.INSTALLER_PRIVATE_BUCKET_NAME }}/Finch-${{ needs.get-version-tag.outputs.tag }}.msi Finch-${{ needs.get-version-tag.outputs.tag }}.msi
55
55
- name : Upload installers and dependency source code to release
56
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v0.1.15
56
+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v0.1.15
57
57
with :
58
58
tag_name : ${{ needs.get-version-tag.outputs.tag }}
59
59
files : |
You can’t perform that action at this time.
0 commit comments