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