diff --git a/.github/workflows/mac-dependencies.yml b/.github/workflows/mac-dependencies.yml index 68c1d1b..4c55ee9 100644 --- a/.github/workflows/mac-dependencies.yml +++ b/.github/workflows/mac-dependencies.yml @@ -61,7 +61,8 @@ jobs: - name: Get current date id: date - run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT + run: echo "datetime=$(date +'%Y-%m-%d-%H%M%S')" >> $GITHUB_OUTPUT + - name: Create Release uses: ncipollo/release-action@v1