Skip to content

Commit

Permalink
debug aliens name not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed May 21, 2024
1 parent 60d6719 commit 25c2263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Linux-aarch64", target: aarch64-linux, os: ubuntu-20.04 }
- { name: "Linux-aarch64", target: aarch64-linux, os: ubuntu-22.04 }
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down Expand Up @@ -77,6 +77,7 @@ jobs:
mv ./minesweeper.bin $MINESWEEPER_NAME
# Setup output paths for upload
echo Setting paths in output
echo ::set-output name=ALIENS_NAME::"${ALIENS_NAME}"
echo ::set-output name=ALIENS_PATH::"${ALIENS_PATH}"
echo ::set-output name=TEXTUAL_NAME::"${TEXTUAL_NAME}"
Expand Down

0 comments on commit 25c2263

Please sign in to comment.