Skip to content

Commit

Permalink
.github/workflows: get tailscale package before running build
Browse files Browse the repository at this point in the history
  • Loading branch information
soniaappasamy committed Dec 8, 2023
1 parent 6c90710 commit 7718286
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:

- name: Run build
run: |
./oss/tool/go run ./oss/cmd/build-webclient --outDir ../../../build/
./oss/tool/go get tailscale.com
cd oss
./tool/go run ./cmd/build-webclient --outDir ../../../build/
- name: Get access token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0
Expand Down

0 comments on commit 7718286

Please sign in to comment.