diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92d06a6..9d7b217 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,7 +202,7 @@ jobs: run: | gh release upload ${{ github.event.release.tag_name }} releases/*.zip releases/SHA256SUMS.txt --clobber - - name: Upload Velopack artifacts + - name: Upload Dashboard Velopack artifacts if: github.event_name == 'release' shell: pwsh env: @@ -210,4 +210,12 @@ jobs: VERSION: ${{ steps.version.outputs.VERSION }} run: | vpk upload github --repoUrl https://github.com/${{ github.repository }} --channel dashboard -o releases/velopack-dashboard --releaseName "v$env:VERSION" --tag "v$env:VERSION" --merge --token $env:GH_TOKEN + + - name: Upload Lite Velopack artifacts + if: github.event_name == 'release' + shell: pwsh + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + VERSION: ${{ steps.version.outputs.VERSION }} + run: | vpk upload github --repoUrl https://github.com/${{ github.repository }} --channel lite -o releases/velopack-lite --releaseName "v$env:VERSION" --tag "v$env:VERSION" --merge --token $env:GH_TOKEN diff --git a/Dashboard/AboutWindow.xaml b/Dashboard/AboutWindow.xaml index 5fa28bc..6d3d013 100644 --- a/Dashboard/AboutWindow.xaml +++ b/Dashboard/AboutWindow.xaml @@ -38,12 +38,11 @@ Report an Issue - - - Check for Updates - - - + +