Skip to content

Commit

Permalink
Merge pull request #4238 from nextcloud/fix/release/package-signature
Browse files Browse the repository at this point in the history
fix(release): Fix wget output option
  • Loading branch information
ChristophWurst authored Dec 2, 2024
2 parents cfa7faa + 75c3b5b commit b780de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-conventional-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
id: server-checkout
run: |
NCVERSION=${{ fromJSON(steps.appinfo.outputs.result).nextcloud.min-version }}
wget https://download.nextcloud.com/server/releases/latest-$NCVERSION.zip -o build/nextcloud.zip
wget https://download.nextcloud.com/server/releases/latest-$NCVERSION.zip -O build/nextcloud.zip
unzip build/nextcloud.zip build/nextcloud
- name: Checkout server master fallback
Expand Down

0 comments on commit b780de4

Please sign in to comment.