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 if-no-files-found: error
compression-level: 9 compression-level: 9
- name: Get current date
run: |
echo "{date}={$(date +'%Y-%m-%d')}" >> $GITHUB_STATE
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
files: | files: |
src/Picocrypt.exe src/Picocrypt.exe
tag_name: nightly-${{ env.date }} tag_name: nightly
make_latest: true make_latest: true