diff --git a/.github/workflows/build_index.yml b/.github/workflows/build_index.yml index 25c0b76..016e3b5 100644 --- a/.github/workflows/build_index.yml +++ b/.github/workflows/build_index.yml @@ -67,7 +67,7 @@ jobs: # Zip the contents of the build/$SP_VERSION directory - name: Zip build contents run: | - cd build && zip -r "index_$SP_VERSION.zip" "$SP_VERSION/*.tsv" "$SP_VERSION/*.bin" + cd build && zip "index_$SP_VERSION.zip" "$SP_VERSION/*.tsv" "$SP_VERSION/*.bin" # Create a GitHub release and upload the zip file - name: Upload or Update Release