Skip to content

Commit

Permalink
Use mod as temporary zip name since template utility doesn't work in …
Browse files Browse the repository at this point in the history
…0.73
  • Loading branch information
DerZade committed Jan 16, 2020
1 parent 9412481 commit 74b414a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ $hemttPath --version

$hemttPath build --release --force

$hemttPath zip {{name}}_{{version}}
# $hemttPath zip {{name}}_{{version}}
$hemttPath zip mod

# set outputs
zipName=`$hemttPath template {{name}}_{{version}}`
# zipName=`$hemttPath template {{name}}_{{version}}`
zipName='mod'
zipPath="releases/$zipName.zip"
echo ::set-output name=zip_name::$zipName
echo ::set-output name=zip_path::$zipPath

0 comments on commit 74b414a

Please sign in to comment.