Add missing checkout/patch . Fixed folder name (#2607)
This commit is contained in:

committed by
GitHub

parent
62503f30d8
commit
94a548427d
6
.github/workflows/nightly-rainforest.yml
vendored
6
.github/workflows/nightly-rainforest.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
|||||||
bash -x ./scripts/patch_updater_yml.sh
|
bash -x ./scripts/patch_updater_yml.sh
|
||||||
bash -x ./scripts/cp_artifacts.sh release ./build/macos
|
bash -x ./scripts/cp_artifacts.sh release ./build/macos
|
||||||
- name: nightly/rename-arm64-to-m1
|
- name: nightly/rename-arm64-to-m1
|
||||||
run: rename 's/arm64/m1/' ./build/macos-nightly/$(jq -r .version package.json)/*
|
run: rename 's/arm64/m1/' ./build/macos/$(jq -r .version package.json)/*
|
||||||
- name: nightly/upload-build
|
- name: nightly/upload-build
|
||||||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
@@ -110,6 +110,10 @@ jobs:
|
|||||||
- build-mac-installer
|
- build-mac-installer
|
||||||
- build-msi-installer
|
- build-msi-installer
|
||||||
steps:
|
steps:
|
||||||
|
- name: nightly/checkout-repo
|
||||||
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||||
|
- name: nightly/patch-version
|
||||||
|
uses: ./.github/actions/patch-nightly-version
|
||||||
- name: nightly/setup-aws-credentials
|
- name: nightly/setup-aws-credentials
|
||||||
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0
|
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user