Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-23 11:05:05 -04:00 committed by GitHub
parent d1ca2ad810
commit 321491573a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,14 +76,10 @@ 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-${{ env.date }}
tag_name: nightly
make_latest: true