cicd: Fix syntax issue with setting date

This commit is contained in:
jamesread 2023-10-12 23:35:37 +01:00
parent f41eafe3bd
commit d639a802dc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
- name: get date
run: |
DATE=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
echo "DATE=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
- name: Archive binaries
uses: actions/upload-artifact@v3.1.0