mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
Generate app zip files and homebrew file
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -135,6 +135,7 @@ jobs:
|
||||
export AMD=$(ls -1 dist/${PROJECT}*amd64.zip)
|
||||
export ARM=$(ls -1 dist/${PROJECT}*amd64.zip)
|
||||
export VERSION=$(echo $AMD|egrep -o "${PROJECT}.+zip"|sed -E 's/.+app_(.+)_darwin_amd64.zip/\1/')
|
||||
env | egrep 'AMD|ARM|PROJECT|VERSION'
|
||||
gomplate -f client/ui/netbird-ui.rb.tmpl -o template/netbird-ui.rb
|
||||
|
||||
- name: Pushes to another repository
|
||||
|
||||
Reference in New Issue
Block a user