Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 23, 2023
1 parent cb739ba commit 5a858be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/tooling/setup/action.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
sha1sum binaries/*
- name: Sign Windows Binaries
run: |
echo "Starting code sign for windows bins..."
docker run -v "./binaries:/code/binaries" ghcr.io/sslcom/codesigner:latest batch_sign \
-username=${ES_USERNAME} \
-password=${ES_PASSWORD} \
Expand Down
5 changes: 5 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# action scripts

These are scripts that are ran in he the release.yaml.

You can use `scripts/test.ts` as a test harness to test them locally.

0 comments on commit 5a858be

Please sign in to comment.