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 cf22d0e commit c24092f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-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: Release
id: create_release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit c24092f

Please sign in to comment.