Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-23 10:55:36 -04:00 committed by GitHub
parent b71a3dd031
commit d1ca2ad810
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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