Skip to content

Commit

Permalink
working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Dec 7, 2023
1 parent f167444 commit 0f68a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
bos-workspace build
- name: Deploy widgets
working-directory: ${{ inputs.working-directory }}/build/${{ inputs.app-name }}
run: |
cd ${BOS_WORKSPACE_DIRECTORY}/build/${BOS_APP_NAME}
pwd
bos components deploy "$BOS_DEPLOY_ACCOUNT_ID" sign-as "$BOS_SIGNER_ACCOUNT_ID" network-config "$BOS_DEPLOY_ENV" sign-with-plaintext-private-key --signer-public-key "$BOS_SIGNER_PUBLIC_KEY" --signer-private-key "$BOS_SIGNER_PRIVATE_KEY" send

0 comments on commit 0f68a99

Please sign in to comment.