summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index acd30106c3..9f10275d7c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -225,12 +225,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "${{ steps.build.outputs.artifact }}-app"
- # The directory specified as viewer_app contains the directory
- # containing the application image. Strip out any other build
- # detritus from the artifact.
path: |
${{ steps.build.outputs.viewer_app }}
- "!${{ steps.build.outputs.viewer_app }}/*.bat"
# The other upload of nontrivial size is the symbol file. Use a distinct
# artifact for that too.