Skip to content

Commit

Permalink
chore: update dev-support/bin/create-package
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd committed Dec 18, 2023
1 parent 7ce5b09 commit 48f13e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-support/bin/create-package
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ cp \
cd "$DIST"
echo "Creating release archive..."
case "$OS" in
ubuntu-latest | macos-latest)
ARCHIVE="$DIST/$PACKAGE_NAME-$VERSION-$TARGET.tar.gz"
tar czvf "$ARCHIVE" -- *
echo "::set-output name=archive::$ARCHIVE"
;;
ubuntu-latest | macos-latest)
ARCHIVE="$DIST/$PACKAGE_NAME-$VERSION-$TARGET.tar.gz"
tar czvf "$ARCHIVE" -- *
echo "archive=$ARCHIVE" >>"$GITHUB_OUTPUT"
;;

esac

0 comments on commit 48f13e0

Please sign in to comment.