Skip to content

Commit

Permalink
Fix variable name in bin/package
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Sep 3, 2024
1 parent 7d0c4c9 commit 18025c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ case $OS in
ubuntu-latest | macos-latest)
ARCHIVE=$DIST/imdl-$VERSION-$TARGET.tar.gz
tar czf $ARCHIVE *
echo "::set-output name=archive::$archive"
echo "::set-output name=archive::$ARCHIVE"
;;
windows-latest)
ARCHIVE=$DIST/imdl-$VERSION-$TARGET.zip
Expand Down

0 comments on commit 18025c7

Please sign in to comment.