Skip to content

Commit 02700fd

Browse files
committed
update actions
1 parent 9c84d0a commit 02700fd

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/build-app-wxpython.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
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

@@ -73,4 +74,16 @@ jobs:
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

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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}}

0 commit comments

Comments
 (0)