From 559214375e9b4e151d09a3d56b3caf88446f53a8 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Mon, 28 Nov 2022 20:45:36 -0500 Subject: [PATCH] don't delete binaries on upload --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2d7e93c..9f93208 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -60,7 +60,7 @@ jobs: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - + # cache-control of 10 mins because we *need* to be able to update # this and have people see the results can be fixed well with a static site builder - run: | @@ -72,6 +72,7 @@ jobs: --exclude 'pour.sh' \ --exclude 'tea.white-paper*.pdf' \ --exclude '*.md' \ + --exclude 'tea-*+*' \ # naked binaries --delete #TODO create a github-action that can be used to parse the