Skip to content

Commit

Permalink
Merge pull request #1450 from nextcloud/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-digest
  • Loading branch information
provokateurin authored Jan 12, 2024
2 parents 537ad24 + d8ee02f commit 74767b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}

- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
with:
name: Android arm64-v8a
path: packages/app/build/app/outputs/flutter-apk/app-arm64-v8a-release-signed.apk
if-no-files-found: error
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
with:
name: Android armeabi-v7a
path: packages/app/build/app/outputs/flutter-apk/app-armeabi-v7a-release-signed.apk
if-no-files-found: error
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
with:
name: Android x86_64
path: packages/app/build/app/outputs/flutter-apk/app-x86_64-release-signed.apk
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Build
run: ./tool/build-app.sh linux/${{ matrix.architecture.docker }} --build-number="${{ needs.setup.outputs.build_number }}"

- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
with:
name: Linux ${{ matrix.architecture.flutter }}
path: packages/app/build/linux/${{ matrix.architecture.flutter }}/release/bundle/*
Expand Down

0 comments on commit 74767b6

Please sign in to comment.