Skip to content

Commit

Permalink
Fix Windows zip, mark as prerelease (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma authored Oct 31, 2020
1 parent de97ee2 commit da5e535
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ jobs:
npm run packageWindows
name: Build Standalone Utility
working-directory: wpilib-utility-standalone
- run: tar.exe -C build/wpilibutility-win32-ia32 -pcvzf wpilibutility-windows.zip .
working-directory: wpilib-utility-standalone
- run: Compress-Archive -Path wpilibutility-win32-ia32\* -DestinationPath wpilibutility-windows.zip
working-directory: wpilib-utility-standalone/build
shell: powershell
- uses: actions/upload-artifact@v2
with:
name: WindowsStandalone
path: ${{ github.workspace }}/wpilib-utility-standalone/wpilibutility-windows.zip
path: ${{ github.workspace }}/wpilib-utility-standalone/build/wpilibutility-windows.zip

build-windows-vsix:
name: Build - Windows VSIX
Expand Down Expand Up @@ -164,6 +164,7 @@ jobs:
- uses: softprops/action-gh-release@v1
name: Release
with:
prerelease: true
files: "**/*"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit da5e535

Please sign in to comment.