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 02a8df8 commit e98bbb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
run: echo "NOW=$(date +'%Y.%m.%d')" >> $GITHUB_ENV

- name: set date env var
run: echo "NOW=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
if: ${{ matrix.platform }} != "windows-latest"
run: echo "NOW=$(date +'%Y.%m.%d')" >> $GITHUB_ENV

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

- name: Upload release assets
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit e98bbb0

Please sign in to comment.