Skip to content

Commit

Permalink
fix: make fetch-release creates sync dir if not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Feb 11, 2022
1 parent bb06933 commit 8448f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ clean: ## Clean the sync dir

.PHONY: fetch-release
fetch-release: ## Grab the latest release as an alternative to needing to build the binaries
@mkdir -p sync
@# This probably isn't the cleanest way to get a release, but since we're moving to github, not worth adding the code until post-migration
@curl -fL "https://zarf-public.s3-us-gov-west-1.amazonaws.com/release/$$(git describe --tags --abbrev=0)/{zarf,zarf-mac-intel,zarf-mac-apple,zarf-init.tar.zst}" -o "sync/#1"
@chmod +x sync/*
Expand Down

0 comments on commit 8448f8e

Please sign in to comment.