changeset 32024:e3793a404ea1 stable

GitHub-CI (mingw): Add missing output for build artifact name. * .github/workflows/make.yaml (mingw): Add output "timestamp" to "prepare ccache" step that is used in "upload build artifact" step.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 16 Apr 2023 14:27:45 +0200
parents a13e5f367ab2
children 6db223403fdb 783b69da1b45
files .github/workflows/make.yaml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Thu Apr 13 12:53:54 2023 -0400
+++ b/.github/workflows/make.yaml	Sun Apr 16 14:27:45 2023 +0200
@@ -482,6 +482,7 @@
         run: |
           echo "ccachedir=$(cygpath -m $(ccache -k cache_dir))" >> $GITHUB_OUTPUT
           echo "key=ccache:${{ matrix.os }}:${{ matrix.msystem }}:${{ github.ref }}:$(date +"%Y-%m-%d_%H-%M-%S"):${{ github.sha }}" >> $GITHUB_OUTPUT
+          echo "timestamp=$(date +"%Y-%m-%d_%H-%M-%S")" >> $GITHUB_OUTPUT
 
       - name: restore ccache
         # Setup the github cache used to maintain the ccache from one job to the next