-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
110 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Intercept Binary Pre-Release | ||
|
||
on: | ||
push: | ||
tags: | ||
- "*" | ||
workflow_dispatch: | ||
inputs: | ||
logLevel: | ||
description: 'Log level' | ||
required: true | ||
default: 'warning' | ||
|
||
jobs: | ||
build: | ||
name: Build | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Check out code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Get the version | ||
id: get_version | ||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} | ||
|
||
- name: Upload All artifacts | ||
uses: meeDamian/[email protected] | ||
with: | ||
allow_override: "true" | ||
draft: "true" | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
name: ${{ steps.get_version.outputs.VERSION }} | ||
body: > | ||
Pre-Release for ${{ steps.get_version.outputs.VERSION }} | ||
gzip: "true" | ||
files: > | ||
release/intercept-darwin-amd64 | ||
release/intercept-darwin-amd64.sha256 | ||
release/intercept-darwin-arm64 | ||
release/intercept-darwin-arm64.sha256 | ||
release/intercept-linux-amd64 | ||
release/intercept-linux-amd64.sha256 | ||
release/intercept-linux-arm | ||
release/intercept-linux-arm.sha256 | ||
release/intercept-linux-arm64 | ||
release/intercept-linux-arm64.sha256 | ||
release/intercept-windows-amd64.exe | ||
release/intercept-windows-amd64.exe.sha256 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# If you prefer the allow list template instead of the deny list, see community template: | ||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore | ||
# | ||
# Binaries for programs and plugins | ||
# *.exe | ||
# *.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out | ||
|
||
# Dependency directories (remove the comment below to include it) | ||
# vendor/ | ||
|
||
# Go workspace file | ||
go.work | ||
go.work.sum | ||
|
||
# env file | ||
.env | ||
|
||
.DS_Store | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
Desktop.ini | ||
|
||
.vscode/ | ||
|
||
|
||
# Temp | ||
|
||
playground/_output | ||
playground/_debug | ||
playground/_sarif | ||
playground/_patched | ||
|
||
playground/intercept | ||
playground/intercept_* | ||
|
||
playground/_* | ||
|
||
# release/ | ||
|
||
docs/ | ||
|
||
local/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Cleaned up for v1 | ||
# INTERCEPT v1 | ||
|
||
#### intercept was rebuilt from groundup and will be moving shortly back to this repo |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
57c7db92f2319b6c766ee834a02f1d2de61343ff53b1b528e4b6de51bf644c69 release/intercept-darwin-amd64 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fe4af8812439515a3da7efa4af34820856c99d4292e62d1b4cfa503abae33e78 release/intercept-darwin-arm64 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a80483ea363a7de5271c61cd8369b5a41d07effd2246ac0f91677e9668e930c9 release/intercept-linux-amd64 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
64f93d96e170660c7a559dbca8658ae1cb0b014f384c4d4d3b93f9c6a1e9a303 release/intercept-linux-arm |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8baaf82741ec9540c2ee79e7581b52fff4b2223f01e634b780047cb3266ce1ed release/intercept-linux-arm64 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7d4c34d6b1bc44f49d63c07aa1b037c5d3519fb154f6db45853a3a73aa88fde8 release/intercept-windows-amd64.exe |