Update create_package.yml
-Fix typo in uses path
This commit is contained in:
parent
c579f638fc
commit
a97c88c45b
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: .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…
Add table
Add a link
Reference in a new issue