Skip to content

Commit a8821eb

Browse files
authored
ci(release): update artifact paths in release workflow (#3097)
1 parent 6d51fbe commit a8821eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ jobs:
230230
name: Release ${{ github.ref_name }}
231231
generate_release_notes: true
232232
files: |
233-
./build-artifacts/google/bundle/app-google-release.aab
234-
./build-artifacts/google/apk/app-google-release.apk
235-
./build-artifacts/fdroid/app-fdroid-release.apk
233+
./google/bundle/app-google-release.aab
234+
./google/apk/app-google-release.apk
235+
./fdroid/app-fdroid-release.apk
236236
./version_info.txt
237237
draft: ${{ contains(github.ref_name, '-internal') }}
238238
prerelease: ${{ contains(github.ref_name, '-internal') || contains(github.ref_name, '-closed') || contains(github.ref_name, '-open') }}

0 commit comments

Comments
 (0)