Update GitHub workflow file

This commit is contained in:
Victor Tran 2021-08-19 17:18:04 +10:00
parent 1b075e65da
commit 7b8c27ecfe

View file

@ -39,10 +39,10 @@ jobs:
run: |
if [ $BLUEPRINT == 'true' ]; then
echo "::set-output name=manifest-path::'Distribution/io.github.royce551.FRESHMusicPlayer.Blueprint.yml'"
echo "::set-output name=repo-name::'partner-blueprint'"
echo "::set-output name=repo-name::'partner-blueprint'"
else
echo "::set-output name=manifest-path::'Distribution/io.github.royce551.FRESHMusicPlayer.yml'"
echo "::set-output name=repo-name::'partner'"
echo "::set-output name=repo-name::'partner'"
fi
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions@v2