From 3fe218b22a2b214e566fb6f93a5b042de983e462 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Sun, 7 Nov 2021 09:28:04 +0100 Subject: [PATCH] Add data files later --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88f0aa8c..e08f2dc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,11 +83,11 @@ jobs: with: name: Release binaries - - name: Download Release data artifacts - uses: actions/download-artifact@v2 - with: - name: Release data artifacts - path: data +# - name: Download Release data artifacts +# uses: actions/download-artifact@v2 +# with: +# name: Release data artifacts +# path: data # Set up committer info and GPG key - name: Install SSH key