Skip to content

Commit

Permalink
fix build command #2
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Jun 28, 2024
1 parent a8be426 commit e3adea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app-reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
submodules: true

- name: Build (${{ matrix.type }}-${{ matrix.iteration }})
run: bash -c "${{ matrix.gradle-task }}"
run: bash -c "${{ matrix.command }}"

- name: Upload (${{ matrix.type }}-${{ matrix.iteration }})
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e3adea0

Please sign in to comment.