Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed May 21, 2024
1 parent fc19b7f commit 0908549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
# mv ./minesweeper.bin $MINESWEEPER_NAME
# Setup output paths for upload
GITHUB_OUTPUT=""
echo "ALIENS_NAME=${ALIENS_NAME}" >> $GITHUB_OUTPUT
echo "ALIENS_PATH=${ALIENS_PATH}" >> $GITHUB_OUTPUT
# echo "TEXTUAL_NAME=${TEXTUAL_NAME}" >> $GITHUB_OUTPUT
Expand All @@ -92,6 +93,8 @@ jobs:
# echo "MINESWEEPER_NAME=${MINESWEEPER_NAME}" >> $GITHUB_OUTPUT
# echo "MINESWEEPER_PATH=${MINESWEEPER_PATH}" >> $GITHUB_OUTPUT
- run: echo github output is $GITHUB_OUTPUT

- name: Upload aliens
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0908549

Please sign in to comment.