Skip to content

Commit 1745c62

Browse files
committed
fix screenshots
1 parent b342b90 commit 1745c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bobtests_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
./test.sh "TRIfA" "Message your Friends and Family securely and with ease." /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_004b.png
146146
cp -av output.png promo_02.png
147147
mv -v promo_02.png ../promo_${{ matrix.api-level }}_02.png
148-
./test.sh "TRIfA" "Send Messages and Files or just Call your Friends." /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_099.png
148+
./test.sh "TRIfA" "Send Messages and Files or just Call your Friends." /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_005.png
149149
cp -av output.png promo_03.png
150150
mv -v promo_03.png ../promo_${{ matrix.api-level }}_03.png
151151
- name: make promo screenshots 2
@@ -207,7 +207,7 @@ jobs:
207207
pwd
208208
cp -av /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_004b.png screen_shot_android_${{ matrix.api-level }}_02.png
209209
cp -av /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_005.png screen_shot_android_${{ matrix.api-level }}_03.png
210-
cp -av /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_007.png screen_shot_android_${{ matrix.api-level }}_11.png
210+
cp -av /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_099.png screen_shot_android_${{ matrix.api-level }}_11.png
211211
- name: Upload to nightly release
212212
uses: ncipollo/release-action@v1
213213
if: github.event_name == 'push' && github.ref == 'refs/heads/zoff99/dev003'

0 commit comments

Comments
 (0)