mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-windows.yml
This commit is contained in:
parent
d1ca2ad810
commit
321491573a
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build-windows.yml
vendored
6
.github/workflows/build-windows.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue