chore: add check-artifacts
This commit is contained in:
parent
d14b2d2068
commit
89874d29f5
14
.github/workflows/build-release.yml
vendored
14
.github/workflows/build-release.yml
vendored
@ -114,6 +114,20 @@ jobs:
|
|||||||
asset_name: ObservableCollections.${{ env.GIT_TAG }}.unitypackage
|
asset_name: ObservableCollections.${{ env.GIT_TAG }}.unitypackage
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
||||||
|
check-artifacts:
|
||||||
|
if: github.event.inputs.dry-run == 'true'
|
||||||
|
needs: [update-packagejson, build-dotnet, build-unity]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 10
|
||||||
|
steps:
|
||||||
|
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
|
||||||
|
# Download(All) Artifacts to current directory
|
||||||
|
- uses: actions/download-artifact@v2
|
||||||
|
- name: check directory
|
||||||
|
run: ls -l
|
||||||
|
- name: check artifacts
|
||||||
|
run: ls -l "./ObservableCollections.${{ env.GIT_TAG }}.unitypackage
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
if: needs.update-packagejson.outputs.is-branch-created == 'true'
|
if: needs.update-packagejson.outputs.is-branch-created == 'true'
|
||||||
needs: [update-packagejson, build-unity]
|
needs: [update-packagejson, build-unity]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user