This commit is contained in:
Robin Appelman 2026-04-06 22:30:53 +02:00
commit 40560f2129
11 changed files with 68 additions and 69 deletions

View file

@ -36,6 +36,6 @@ jobs:
uses: https://github.com/svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: result/bin/palantir${{ matrix.binary-suffix }}
asset_name: palantir-${{ matrix.target }}${{ matrix.binary-suffix }}
file: result/bin/sidewindow${{ matrix.binary-suffix }}
asset_name: sidewindow-${{ matrix.target }}${{ matrix.binary-suffix }}
tag: ${{ github.ref }}