From 0490df3f62b1f619ad71b3352c5e39543b5fd387 Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Thu, 29 Feb 2024 22:56:03 +0100 Subject: [PATCH] Remove outdated directory creation step from archive creation workflow --- .github/workflows/build-data-archive.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-data-archive.yml b/.github/workflows/build-data-archive.yml index d5892f0..4f665e2 100644 --- a/.github/workflows/build-data-archive.yml +++ b/.github/workflows/build-data-archive.yml @@ -18,9 +18,6 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - - name: Create path - run: mkdir dist - - name: Write commit hash to file run: git rev-parse --short HEAD > data/commithash.txt