mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-27 07:29:21 +00:00
Update create_package.yml
This commit is contained in:
parent
aa3137c0a9
commit
7bfbdd5bc0
6
.github/workflows/create_package.yml
vendored
6
.github/workflows/create_package.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
name: sunshine-AppImage
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: SunshineStream/.github/actions/create_release
|
||||
uses: SunshineStream/actions/create_release
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -127,7 +127,7 @@ jobs:
|
||||
name: sunshine-${{ matrix.distro }}
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: SunshineStream/.github/actions/create_release
|
||||
uses: SunshineStream/actions/create_release
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -186,6 +186,6 @@ jobs:
|
||||
name: sunshine-${{ runner.os }}
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: SunshineStream/.github/actions/create_release
|
||||
uses: SunshineStream/actions/create_release
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user