Skip to content

Commit

Permalink
build: update the ubuntu PPA release.sh to no simulate uploads by d…
Browse files Browse the repository at this point in the history
…efault
  • Loading branch information
fujiapple852 committed Dec 21, 2024
1 parent c118f89 commit 22f6da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-ppa/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ for series in "${SERIES[@]}"; do
cd ..
done

# The -ss flag is used to simulate the upload, remove to actually upload
# The -ss flag can be added to simulate the upload
for changes_file in ./*.changes; do
dput -ss ppa:fujiapple/trippy "${changes_file}"
dput ppa:fujiapple/trippy "${changes_file}"
done

0 comments on commit 22f6da5

Please sign in to comment.