Skip to content

Commit f00238d

Browse files
committed
#3416 ci: try using full path to deploy snap
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent cc48e89 commit f00238d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
306306
# Upload and release the snap in one command
307307
# The --release flag publishes to stable channel immediately
308-
snapcraft upload qownnotes_${{ env.VERSION }}_amd64.snap --release stable || {
308+
snapcraft upload /home/runner/work/QOwnNotes/QOwnNotes/qownnotes_${{ env.VERSION }}_amd64.snap --release stable || {
309309
echo "Snap upload timed out or failed, but the snap was likely uploaded successfully."
310310
echo "Check the Snap Store dashboard for processing status."
311311
exit 0

0 commit comments

Comments
 (0)