Skip to content

Commit

Permalink
Working on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Schnaufer committed Jul 23, 2024
1 parent 0bc4b83 commit 02a8df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: ${{ matrix.platform }} != "windows-latest"

- name: set date env var (Windows)
run: $NOW=& Get-Date -format yyyy-MM-dd && echo "NOW=$NOW" >> $env:GITHUB_ENV
run: $NOW=& Get-Date -format yyyy-MM-dd; echo "NOW=$NOW" >> $env:GITHUB_ENV
if: ${{ matrix.platform }} == "windows-latest"

- name: Upload release assets
Expand Down

0 comments on commit 02a8df8

Please sign in to comment.