From dc26b6962291782f61abcd3aba1c3be7911e1e4f Mon Sep 17 00:00:00 2001 From: RobertaSawayn Date: Thu, 16 Jan 2025 21:58:03 +0800 Subject: [PATCH] ci: test --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 722d901702..eda4837ab1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,12 @@ jobs: # with: # xmake-version: branch@master + - uses: matbour/setup-sentry-cli@v1 + with: + token: ${{ SECRETS.SENTRY_TOKEN }} + organization: ${{ SECRETS.SENTRY_ORG }} + project: ${{ SECRETS.SENTRY_PROJECT }} + - uses: actions/cache@v4 with: path: | @@ -60,6 +66,9 @@ jobs: - run: | xmake -v -w -y + - run: | + sentry-cli debug-files upload --include-sources /bin/LeviLamina/LeviLamina.dll /bin/LeviLamina/LeviLamina.pdb + - uses: actions/upload-artifact@v4 with: name: levilamina-${{ matrix.target_type }}-${{ matrix.mode }}${{ matrix.tests == true && '-tests' || '' }}-windows-x64-${{ github.sha }}