Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 12, 2023
1 parent a27aa4d commit 4dcd611
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
contents: read
packages: read
steps:
- name: Add SSH key to chekout a private repo
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.REPO_SSH_KEY }}

- name: Checkout 🛎️
uses: actions/checkout@v3

Expand All @@ -34,7 +29,8 @@ jobs:
pnpm run build
MY_PATH=$(ls packages/rtc/dist | awk -F/ '{print $NF}')
echo "::set-output name=dist_path::${MY_PATH}"
echo ${MY_PATH}
- name: Upload Artifact ⬆️
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4dcd611

Please sign in to comment.