File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments