Update create_package.yml
This commit is contained in:
parent
aa3137c0a9
commit
7bfbdd5bc0
1 changed files with 3 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue