Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Jun 13, 2021
1 parent 25edb20 commit 44d8793
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ release: result dfx.json
clean:
rm -rf dist result dfx.json .dfx

.PHONY: all fmt build release install clean
# This is used by github release workflow
nix-build:
cp `nix-build ic-qr-scanner.nix`/bin/* .

.PHONY: all fmt build release install clean nix-build

0 comments on commit 44d8793

Please sign in to comment.