File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 env :
1818 # GitHub Information
1919 branch : ${{ github.ref }}
20+ tag : ${{github.env.tag_name}}
2021 commiturl : ${{ github.event.head_commit.url }}${{ github.event.release.html_url }}
2122 commitdate : ${{ github.event.head_commit.timestamp }}${{ github.event.release.published_at }}
2223
7374 uses : actions/upload-artifact@v4
7475 with :
7576 name : OCLP-R-Uninstaller.pkg
76- path : ./dist/OCLP-R-Uninstaller.pkg
77+ path : ./dist/OCLP-R-Uninstaller.pkg
78+
79+ - name : Create Release on Push
80+ uses : softprops/action-gh-release@v2
81+ with :
82+ tag_name : ${{env.tag}}
83+ name : ${{env.tag}}
84+ body : " "
85+ prerelease : false
86+ files : |
87+ ./dist/AutoPkg-Assets.pkg
88+ ./dist/OCLP-R.pkg
89+ ./dist/OCLP-R-Uninstaller.pkg
Original file line number Diff line number Diff line change 7070 /Library/Frameworks/Python.framework/Versions/3.12/bin/python3 Build-Project.command
7171 --run-as-individual-steps
7272 --prepare-package
73- - name : Create Pre- Release on Push
73+ - name : Create Release on Push
7474 uses : softprops/action-gh-release@v2
7575 with :
7676 tag_name : ${{env.tag}}
You can’t perform that action at this time.
0 commit comments