Skip to content

Commit

Permalink
Update Release-Test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EttyKitty authored Nov 1, 2024
1 parent ad0b03f commit eab555a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Release-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:

- id: get_date_time
name: Get Current Date
run: echo "date_time=$(date +%Y-%m-%d-%H%M)" >> $GITHUB_ENV
run: |
$date_time = (Get-Date).ToString("yyyy-MM-dd-HHmm")
echo "date_time=$date_time" >> $GITHUB_ENV
- name: Debug Date Output
run: echo "$env:date_time"
Expand Down

0 comments on commit eab555a

Please sign in to comment.