diff --git a/.github/workflows/develop-build.yml b/.github/workflows/develop-build.yml index aaa92f2..bbc26bc 100644 --- a/.github/workflows/develop-build.yml +++ b/.github/workflows/develop-build.yml @@ -31,10 +31,12 @@ jobs: uses: montudor/action-zip@v1 with: args: zip -qq -r migration-tool.zip migration - - name: Create ZIP archive for setup scripts + - name: Rename vocabulary init script folder + run: mv install vocabulary-init-script + - name: Create ZIP archive for vocabulary init script uses: montudor/action-zip@v1 with: - args: zip -qq -r vocabulary-init-script.zip install + args: zip -qq -r vocabulary-init-script.zip vocabulary-init-script - name: Get current date id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%M:%S %Z')"