Browse Source

Merge pull request #920 from nextcloud/fix/ci/publish

fix(ci): Fix publish workflow
pull/922/head
Kate 1 year ago committed by GitHub
parent
commit
8a04eefe61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/publish.yaml

4
.github/workflows/publish.yaml

@ -137,8 +137,8 @@ jobs:
- name: Install dart
uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1 # v1
- name: Install melos
run: dart pub global activate melos
- name: Setup
run: ./tool/setup.sh
- name: Build
run: ./tool/build-app.sh linux/${{ matrix.architecture.docker }} --build-number="${{ needs.setup.outputs.build_number }}"

Loading…
Cancel
Save