We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc48e89 commit f00238dCopy full SHA for f00238d
.github/workflows/build-release.yml
@@ -305,7 +305,7 @@ jobs:
305
306
# Upload and release the snap in one command
307
# The --release flag publishes to stable channel immediately
308
- snapcraft upload qownnotes_${{ env.VERSION }}_amd64.snap --release stable || {
+ snapcraft upload /home/runner/work/QOwnNotes/QOwnNotes/qownnotes_${{ env.VERSION }}_amd64.snap --release stable || {
309
echo "Snap upload timed out or failed, but the snap was likely uploaded successfully."
310
echo "Check the Snap Store dashboard for processing status."
311
exit 0
0 commit comments