mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
30
.github/workflows/build.yml
vendored
30
.github/workflows/build.yml
vendored
@@ -97,33 +97,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Nugget_Windows
|
name: Nugget_Windows
|
||||||
path: dist/Nugget_Windows.zip
|
path: dist/Nugget_Windows.zip
|
||||||
|
|
||||||
create-release:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [build-macos-intel, build-macos-arm, build-windows]
|
|
||||||
steps:
|
|
||||||
- name: Download ZIP (Intel)
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: Nugget_macOS_intel
|
|
||||||
|
|
||||||
- name: Download ZIP (ARM)
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: Nugget_macOS_arm
|
|
||||||
|
|
||||||
- name: Download ZIP (Windows)
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: Nugget_Windows
|
|
||||||
|
|
||||||
- name: Create Release
|
|
||||||
uses: marvinpinto/action-automatic-releases@latest
|
|
||||||
with:
|
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
prerelease: false
|
|
||||||
automatic_release_tag: ${{ github.event.inputs.release_version }}
|
|
||||||
files: |
|
|
||||||
Nugget_macOS_intel.zip
|
|
||||||
Nugget_macOS_arm.zip
|
|
||||||
Nugget_Windows.zip
|
|
||||||
|
|||||||
Reference in New Issue
Block a user