Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
scopplestone committed Mar 17, 2023
1 parent 16b886d commit eabe644
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-ninja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
- name: Set env
run: |
echo "BINARYPATH=$(ls build/hopr*x86_64.AppImage)" >> $GITHUB_ENV
echo "BINARYNAME=$(basename ${BINARYPATH})" >> $GITHUB_ENV
cd build
echo "BINARYNAME=$(ls hopr*x86_64.AppImage)" >> $GITHUB_ENV
cd ../
- name: Test env variable
run: |
Expand Down

0 comments on commit eabe644

Please sign in to comment.