Skip to content

Commit 4d435bb

Browse files
authored
Update on_tag_version.yml
1 parent a6d0e06 commit 4d435bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/on_tag_version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
lfs: true
20-
path: OWLVirtualProduction
20+
path: OWLVTuberStudio
2121
submodules: true
2222
- name: Creates zip file
2323
shell: bash
2424
run: |
2525
VERSION=`echo "$GITHUB_REF_NAME" | sed "s%/%.%g"`
26-
ZIP_FILE_NAME="OWLVirtualProduction.$VERSION.zip"
27-
zip -r $ZIP_FILE_NAME ./OWLVirtualProduction -x '*.git*' -x 'Intermediate*' -x '.github*' -x '.gitignore' -x '*Saved*'
26+
ZIP_FILE_NAME="OWLVTuberStudio.$VERSION.zip"
27+
zip -r $ZIP_FILE_NAME ./OWLVTuberStudio -x '*.git*' -x 'Intermediate*' -x '.github*' -x '.gitignore' -x '*Saved*'
2828
ZIP_FILE_PATH=`realpath $ZIP_FILE_NAME`
2929
echo "zip_file_name=$ZIP_FILE_NAME" >> $GITHUB_ENV
3030
echo "zip_file_path=$ZIP_FILE_PATH" >> $GITHUB_ENV

0 commit comments

Comments
 (0)