matching flatpak files to flathub repo

This commit is contained in:
Jeremy Borgman
2020-10-13 20:20:13 -05:00
committed by borgmanJeremy
parent 7df5a13326
commit cc34ede2c7
2 changed files with 2 additions and 2 deletions

View File

@@ -457,7 +457,7 @@ jobs:
- name: Upload flatpak package(daily build)
run: |
echo "=====================flatpak download link====================="
echo $(sh $GITHUB_WORKSPACE/scripts/upload_services/${UPLOAD_SERVICE}.sh $GITHUB_WORKSPACE/org.flameshot.flameshot-${VERSION}.${ARCH}.flatpak)
echo $(sh $GITHUB_WORKSPACE/scripts/upload_services/${UPLOAD_SERVICE}.sh $GITHUB_WORKSPACE/org.flameshot.Flameshot-${VERSION}.${ARCH}.flatpak)
echo "======no operation for you can see link in the log console====="
- name: Artifact Upload
uses: actions/upload-artifact@v2