diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 9f8febe..7d84195 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -76,10 +76,14 @@ jobs: if-no-files-found: error compression-level: 9 + - name: Get current date + run: | + echo "{date}={$(date +'%Y-%m-%d')}" >> $GITHUB_STATE + - name: Release uses: softprops/action-gh-release@v2 with: files: | src/Picocrypt.exe - tag_name: nightly + tag_name: nightly-${{ env.date }} make_latest: true