Commit 0f5ae6b
committed
Fix checksum filename for Test Harness APK
Update the `build-testharness.yml` workflow to use the correct filename when generating the SHA256 checksum for the Test Harness APK.
The previous command outputted the checksum to `com.bitwarden.testharness.dev-debug.apk-sha256.txt`, which included an extraneous `-debug` suffix that did not match the expected artifact naming convention. The output file is now correctly named `com.bitwarden.testharness.dev.apk-sha256.txt`.1 parent fbc3a31 commit 0f5ae6b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments