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