mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-04-16 17:42:26 +00:00
Update create_package.yml
-Replace create_release.yml with common create_release action
This commit is contained in:
parent
c2027a5481
commit
aa3137c0a9
12
.github/workflows/create_package.yml
vendored
12
.github/workflows/create_package.yml
vendored
@ -87,7 +87,9 @@ jobs:
|
|||||||
name: sunshine-AppImage
|
name: sunshine-AppImage
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: ./.github/workflows/create_release.yml
|
uses: SunshineStream/.github/actions/create_release
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
build_linux:
|
build_linux:
|
||||||
@ -125,7 +127,9 @@ jobs:
|
|||||||
name: sunshine-${{ matrix.distro }}
|
name: sunshine-${{ matrix.distro }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: ./.github/workflows/create_release.yml
|
uses: SunshineStream/.github/actions/create_release
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
build_win:
|
build_win:
|
||||||
name: Windows
|
name: Windows
|
||||||
@ -182,4 +186,6 @@ jobs:
|
|||||||
name: sunshine-${{ runner.os }}
|
name: sunshine-${{ runner.os }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: ./.github/workflows/create_release.yml
|
uses: SunshineStream/.github/actions/create_release
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user