Skip to content

Commit

Permalink
working on build action
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Nov 3, 2023
1 parent 4d85267 commit 690178f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export GAME="${1}"
make cart
cp index.html docs

echo "name=$GAME}" >> $GITHUB_OUTPUT
echo "name=${GAME}" >> $GITHUB_OUTPUT

0 comments on commit 690178f

Please sign in to comment.