ci: pointing build to staging

This commit is contained in:
Chubby Granny Chaser 2024-09-25 19:48:32 +01:00
parent e64a414309
commit b87aade2a3
No known key found for this signature in database
3 changed files with 745 additions and 5 deletions

View file

@ -58,6 +58,22 @@ jobs:
MAIN_VITE_SENTRY_DSN: ${{ vars.MAIN_VITE_SENTRY_DSN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create artifact
uses: actions/upload-artifact@v4
with:
name: Build-${{ matrix.os }}
path: |
dist/win-unpacked/**
dist/*-portable.exe
dist/*.zip
dist/*.dmg
dist/*.deb
dist/*.rpm
dist/*.tar.gz
dist/*.yml
dist/*.blockmap
dist/*.pacman
- name: Release
uses: softprops/action-gh-release@v1
with: