Skip to content

Commit

Permalink
fix workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
djsisson committed Jan 22, 2025
1 parent 2063954 commit 8b34378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shell: bash

- name: Config Cloudflare WARP
working-directory: cloudflare-warp-connector/scripts
working-directory: scripts
run: |
./cf-build-config.sh mdm.xml ${{ secrets.CLOUDFLARE_ORGANIZATION_ID }} ${{ secrets.CF_ID }} ${{ secrets.CF_SECRET }} ${{ secrets.CLOUDFLARE_WARP_TOKEN }}
sudo mv mdm.xml /var/lib/cloudflare-warp/
Expand Down

0 comments on commit 8b34378

Please sign in to comment.