Update release.yaml
This commit is contained in:
parent
d9bc19329f
commit
2dfbdc0405
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
sha: ${{ steps.commit.outputs.sha }}
|
sha: ${{ steps.commit.outputs.sha }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Output package.json (Before)
|
- name: Output package.json (Before)
|
||||||
run: cat ${{ env.TARGET_FILE}}
|
run: cat ${{ env.TARGET_FILE}}
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ jobs:
|
|||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- run: echo ${{ needs.update-packagejson.outputs.sha }}
|
- run: echo ${{ needs.update-packagejson.outputs.sha }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ needs.update-packagejson.outputs.sha }}
|
ref: ${{ needs.update-packagejson.outputs.sha }}
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
working-directory: .
|
working-directory: .
|
||||||
|
|
||||||
# Store artifacts.
|
# Store artifacts.
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: SerializeReference-Extensions.unitypackage
|
name: SerializeReference-Extensions.unitypackage
|
||||||
path: ./Build/SerializeReference-Extensions.unitypackage
|
path: ./Build/SerializeReference-Extensions.unitypackage
|
||||||
@ -119,7 +119,7 @@ jobs:
|
|||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
# Download(All) Artifacts to current directory
|
# Download(All) Artifacts to current directory
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v4
|
||||||
|
|
||||||
# Upload to Releases(unitypackage)
|
# Upload to Releases(unitypackage)
|
||||||
- uses: actions/upload-release-asset@v1
|
- uses: actions/upload-release-asset@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user