remove ls step in release
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -102,12 +102,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make ${{ matrix.target }} Configuration=Release Flavor=${{ matrix.flavor }}
|
make ${{ matrix.target }} Configuration=Release Flavor=${{ matrix.flavor }}
|
||||||
|
|
||||||
- name: List files
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
ls src/keepass2android-app/bin/Release/net8.0-android/publish/*.apk
|
|
||||||
ls src/keepass2android-app/bin/Release/net8.0-android/*/publish/*.apk
|
|
||||||
|
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user