mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 08:09:50 +00:00
Update create_package.yml
This commit is contained in:
parent
7bfbdd5bc0
commit
51b7dc5b5c
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/actions/create_release
|
||||
uses: SunshineStream/actions/create_release@v0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -127,7 +127,7 @@ jobs:
|
||||
name: sunshine-${{ matrix.distro }}
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: SunshineStream/actions/create_release
|
||||
uses: SunshineStream/actions/create_release@v0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -186,6 +186,6 @@ jobs:
|
||||
name: sunshine-${{ runner.os }}
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: SunshineStream/actions/create_release
|
||||
uses: SunshineStream/actions/create_release@v0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user