Skip to content

Commit e75bdb0

Browse files
committed
typo
1 parent 84f6f57 commit e75bdb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
if: ${{ inputs.mac_installer_link }}
170170
run: |
171171
echo "MANUAL='true'" >> "$GITHUB_ENV";
172-
echo "STARFOX_MANIFEST='manifest/incident.yaml'" >> "$GITHUB_ENV"
172+
echo "STARFOX_MANIFEST='manifests/incident.yaml'" >> "$GITHUB_ENV"
173173
echo "Running smoke tests on supplied executable";
174174
- name: Install dependencies
175175
run: |
@@ -233,7 +233,7 @@ jobs:
233233
MANUAL_DOWNLOAD_LINK: ${{ inputs.linux_tarball_link }}
234234
run: |
235235
echo "MANUAL='true'" >> "$GITHUB_ENV";
236-
echo "STARFOX_MANIFEST='manifest/incident.yaml'" >> "$GITHUB_ENV"
236+
echo "STARFOX_MANIFEST='manifests/incident.yaml'" >> "$GITHUB_ENV"
237237
echo "Running smoke tests on supplied executable";
238238
sudo apt install gnome-screenshot
239239
uname -m;

0 commit comments

Comments
 (0)