Skip to content

Commit

Permalink
Update game_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StaringLongingly authored Aug 22, 2024
1 parent 87fe621 commit 8996689
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/game_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
else
COMMIT_LOG=$(git log ${LAST_TAG}..HEAD --pretty=format:"%h - %an, %ar : %s")
fi
echo "$COMMIT_LOG" > commit_log.txt
echo "::set-output name=commit_log::$COMMIT_LOG"
- name: Debug commit log
run: cat commit_log.txt
echo "${COMMIT_LOG}" | tee commit_log.txt
echo "commit_log<<EOF" >> $GITHUB_ENV
echo "${COMMIT_LOG}" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
web:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -234,4 +233,3 @@ jobs:
asset_path: game_windows.zip
asset_name: Throwdwarf_Windows.zip
asset_content_type: application/zip

0 comments on commit 8996689

Please sign in to comment.