Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Jan 25, 2024
1 parent f2655dc commit 3527b43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
DEPOT_TOOLS_UPDATE: 0

steps:
- name: test
run: |
echo dist-${{ matrix.variant }}${{ matrix.external-startup-data == 'true' && '' || '-nosnapshot' }}
exit 1
- name: Setup docker workspace
run: |
sudo sh -c "chown -R ubuntu $HOME"
Expand Down Expand Up @@ -85,7 +89,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: dist-${{ matrix.variant }}-${{ matrix.external-startup-data }}
name: dist-${{ matrix.variant }}${{ matrix.external-startup-data == 'true' && '' || '-nosnapshot' }}
path: dist.tar


Expand Down

0 comments on commit 3527b43

Please sign in to comment.