Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte committed Sep 16, 2023
1 parent b425c3c commit 4f7e666
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Appwrite CLI Polyfill
# - name: Install Appwrite CLI Polyfill
# shell: bash
# working-directory: ./.polyfill
# run: |
# chmod +x appwrite.sh
# ./appwrite.sh

- name: Install Appwrite CLI
shell: bash
working-directory: ./.polyfill
run: |
chmod +x appwrite.sh
./appwrite.sh
curl -sL https://appwrite.io/cli/install.sh | bash
- name: Appwrite Version
shell: bash
run: |
Expand All @@ -33,7 +38,7 @@ jobs:
working-directory: ./register
run: |
appwrite client \
--endpoint='https://api.kbve.com/v1' \
--endpoint='https://cloud.appwrite.io/v1' \
--projectId='64fb41b9418dcb632e73' \
--key='${{ secrets.APPWRITE_CLOUD }}'
Expand Down

0 comments on commit 4f7e666

Please sign in to comment.