We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d0e06 commit 4d435bbCopy full SHA for 4d435bb
1 file changed
.github/workflows/on_tag_version.yml
@@ -17,14 +17,14 @@ jobs:
17
uses: actions/checkout@v2
18
with:
19
lfs: true
20
- path: OWLVirtualProduction
+ path: OWLVTuberStudio
21
submodules: true
22
- name: Creates zip file
23
shell: bash
24
run: |
25
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*'
+ ZIP_FILE_NAME="OWLVTuberStudio.$VERSION.zip"
+ zip -r $ZIP_FILE_NAME ./OWLVTuberStudio -x '*.git*' -x 'Intermediate*' -x '.github*' -x '.gitignore' -x '*Saved*'
28
ZIP_FILE_PATH=`realpath $ZIP_FILE_NAME`
29
echo "zip_file_name=$ZIP_FILE_NAME" >> $GITHUB_ENV
30
echo "zip_file_path=$ZIP_FILE_PATH" >> $GITHUB_ENV
0 commit comments