Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Oct 11, 2024
1 parent 6fa0be4 commit ea873ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Update API
run: |
sed -i "s/anikin_api_endpoint/${{ secrets.API_URL }}/g" Anikin/Constants.cs
- name: Create keystore file
run: echo "${{ secrets.KEYSTORE_B64 }}" | base64 -d > $GITHUB_WORKSPACE/signing-key.keystore
shell: bash
Expand Down Expand Up @@ -103,6 +107,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Update API
run: |
sed -i "s/anikin_api_endpoint/${{ secrets.API_URL }}/g" Anikin/Constants.cs
- name: Install .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit ea873ef

Please sign in to comment.