mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Update GitHub workflow file
This commit is contained in:
parent
1b075e65da
commit
7b8c27ecfe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux-flatpak.yml
vendored
4
.github/workflows/linux-flatpak.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue