Skip to content

Commit

Permalink
Fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR authored May 5, 2022
1 parent 7a7c5a1 commit 2b52d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Runs a set of commands using the runners shell
- name: build tailscale-fdroid.apk
run: docker run make tailscale-fdroid.apk -v $(CURDIR):/build/tailscale-android --rm tailscale-android
run: docker run -v $(CURDIR):/build/tailscale-android tailscale-android make tailscale-fdroid.apk

- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 2b52d5e

Please sign in to comment.