Skip to content

Commit 0ac7fe4

Browse files
author
Sergei Churilo
authored
Fix "Terminus 3.x nightly tests" workflow (#2230)
1 parent 42d00c1 commit 0ac7fe4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/3x_nightly_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Phar Build
3232
run: composer phar:build
3333
- name: permissions
34-
run: chmod +x ./t3
35-
- name: Save t3.phar as artifact
34+
run: chmod +x ./terminus
35+
- name: Save terminus.phar as artifact
3636
uses: actions/upload-artifact@v2
3737
with:
38-
name: t3-phar
39-
path: t3
38+
name: terminus-phar
39+
path: terminus
4040
if-no-files-found: error
4141

4242
functional:
@@ -75,7 +75,7 @@ jobs:
7575
- name: Download terminus.phar as artifact
7676
uses: actions/download-artifact@v2
7777
with:
78-
name: t3-phar
78+
name: terminus-phar
7979
- name: Install Composer Dependencies
8080
run: composer install --no-interaction --prefer-dist
8181
- name: Functional Tests (short and long)

0 commit comments

Comments
 (0)