Skip to content

Commit

Permalink
fix: vocabulary init script archive folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Dec 3, 2024
1 parent bc77aee commit cf22d0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/develop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
Expand Down

0 comments on commit cf22d0e

Please sign in to comment.