mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
Update create_package.yml
-Fix typo in uses path
This commit is contained in:
parent
c579f638fc
commit
a97c88c45b
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: .github/workflows/create_release.yml
|
||||
uses: ./.github/workflows/create_release.yml
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -127,7 +127,7 @@ jobs:
|
||||
name: sunshine-${{ matrix.distro }}
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: .github/workflows/create_release.yml
|
||||
uses: ./.github/workflows/create_release.yml
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -186,6 +186,6 @@ jobs:
|
||||
name: sunshine-${{ runner.os }}
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: .github/workflows/create_release.yml
|
||||
uses: ./.github/workflows/create_release.yml
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user