Update create_package.yml
-Replace create_release.yml with common create_release action
This commit is contained in:
parent
c2027a5481
commit
aa3137c0a9
1 changed files with 9 additions and 3 deletions
12
.github/workflows/create_package.yml
vendored
12
.github/workflows/create_package.yml
vendored
|
|
@ -87,7 +87,9 @@ jobs:
|
|||
name: sunshine-AppImage
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: ./.github/workflows/create_release.yml
|
||||
uses: SunshineStream/.github/actions/create_release
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
build_linux:
|
||||
|
|
@ -125,7 +127,9 @@ jobs:
|
|||
name: sunshine-${{ matrix.distro }}
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: ./.github/workflows/create_release.yml
|
||||
uses: SunshineStream/.github/actions/create_release
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
build_win:
|
||||
name: Windows
|
||||
|
|
@ -182,4 +186,6 @@ jobs:
|
|||
name: sunshine-${{ runner.os }}
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: ./.github/workflows/create_release.yml
|
||||
uses: SunshineStream/.github/actions/create_release
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue