Skip to content

Commit

Permalink
Update Shell.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua committed Jan 9, 2024
1 parent f15d45a commit e807d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ upenv(){ echo "$1=$2" >> $GITHUB_ENV; eval "$1=$2"; }
cd $TOME/module

zip -r $TOME/Up/$(getmodun id)_$(getmodun version).zip *
upenv VER "V_$(getmodun version)"
upenv VER "V$(getmodun version)"
upenv VUR "$(getmodun version)"

echo '
Expand Down

0 comments on commit e807d05

Please sign in to comment.