Skip to content

Commit

Permalink
Build pipeline update (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizedkyle committed Jan 10, 2022
1 parent b1c476d commit 7c05ce2
Show file tree
Hide file tree
Showing 103 changed files with 953 additions and 895 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/config.json

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/macos_amd64_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"source": ["./dist/sumocli_darwin_amd64/sumocli"],
"bundle_id": "com.thepublicclouds.sumocli",
"apple_id": {
"username": "[email protected]",
"password": "@env:AC_PASSWORD"
},
"sign": {
"application_identity": "08C9A4B04024CDEF2C5D93593710C60591FB4614"
},
"dmg": {
"output_path": "sumocli_darwin_amd64.dmg",
"volume_name": "sumocli"
},
"zip": {
"output_path": "sumocli_darwin_amd64.zip"
}
}
18 changes: 18 additions & 0 deletions .github/workflows/macos_arm64_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"source": ["./dist/sumocli_darwin_arm64/sumocli"],
"bundle_id": "com.thepublicclouds.sumocli",
"apple_id": {
"username": "[email protected]",
"password": "@env:AC_PASSWORD"
},
"sign": {
"application_identity": "08C9A4B04024CDEF2C5D93593710C60591FB4614"
},
"dmg": {
"output_path": "sumocli_darwin_arm64.dmg",
"volume_name": "sumocli"
},
"zip": {
"output_path": "sumocli_darwin_arm64.zip"
}
}
Loading

0 comments on commit 7c05ce2

Please sign in to comment.