Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathildemerle authored Jul 22, 2024
1 parent 717c53e commit 84bd5e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ jobs:

- name: Transfer binary to external repository
run: |
git clone https://$MSC_TOKEN:@github.com/Inria-Asclepios/msc_binaries.git
if [ -z "$MSC_TOKEN" ]; then
echo "MSC_TOKEN is not set"
exit 1
fi
git clone https://[email protected]/Inria-Asclepios/msc_binaries.git
cd msc_binaries
cp ../build/MUSICardio.dmg .
git lfs track "*.dmg"
Expand Down

0 comments on commit 84bd5e7

Please sign in to comment.