File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,11 @@ jobs:
7272 CTEST_OUTPUT_ON_FAILURE : 1
7373 run : ctest --test-dir cmake-build-${{ matrix.build }} --verbose --no-tests=error
7474
75- - name : Set up cacheable SpiderMonkey artifacts
75+ - name : Show cacheable SpiderMonkey artifacts
7676 if : steps.sm-cache.outputs.cache-hit != 'true'
7777 run : |
78- mkdir -p spidermonkey-dist
79- ln -s cmake-build-${{ matrix.build }}/spidermonkey/dist/libspidermonkey.a spidermonkey-dist/
80- ln -s cmake-build-${{ matrix.build }}/spidermonkey/dist/include spidermonkey-dist/
78+ ls -l cmake-build-${{ matrix.build }}/spidermonkey/dist/libspidermonkey.a
79+ tree cmake-build-${{ matrix.build }}/spidermonkey/dist/include
8180
8281 # Upload tarball as an artifact of the github action run, so the output
8382 # can be inspected for pull requests.
8786 && steps.sm-cache.outputs.cache-hit != 'true'
8887 with :
8988 name : spidermonkey-${{ matrix.build }}
90- path : spidermonkey-dist/*
89+ path : |
90+ cmake-build-${{ matrix.build }}/spidermonkey/dist/libspidermonkey.a
91+ cmake-build-${{ matrix.build }}/spidermonkey/dist/include
You can’t perform that action at this time.
0 commit comments