]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
CI: Fix testdir upload file name in case of failed tests (#763)
authorAlexander Lanin <alex@lanin.de>
Sun, 10 Jan 2021 20:44:51 +0000 (21:44 +0100)
committerGitHub <noreply@github.com>
Sun, 10 Jan 2021 20:44:51 +0000 (21:44 +0100)
.github/workflows/build.yaml

index 0e096f23d64fa81f17bf44b6e3f57a4118caf0cd..eb7ab387f560bb37e2a2da026f49a0cd40498d53 100644 (file)
@@ -138,7 +138,7 @@ jobs:
         if: failure()
         uses: actions/upload-artifact@v2
         with:
-          name: ${{ matrix.config.os }}-${{ matrix.config.compiler }}-{{ matrix.config.version }}-testdir.tar.xz
+          name: ${{ matrix.config.os }}-${{ matrix.config.compiler }}-${{ matrix.config.version }}-testdir.tar.xz
           path: testdir.tar.xz
 
   specific_tests: