Browse Source

just upload

pull/125/head
inv2004 4 years ago
parent
commit
63f05715ae
  1. 20
      .github/workflows/build.yml

20
.github/workflows/build.yml

@ -30,16 +30,16 @@ jobs:
# gci -Recurse $BUILD_DIR | select FullName
iwr http://www.technosys.net/download.aspx?file=syspin.exe -OutFile $BUILD_DIR/syspin.exe
Compress-Archive -Path $BUILD_DIR -DestinationPath "$ZIP.zip"
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: true
# - name: Create Release
# id: create_release
# uses: actions/create-release@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag_name: ${{ github.ref }}
# release_name: Release ${{ github.ref }}
# draft: false
# prerelease: true
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:

Loading…
Cancel
Save