From 59d234e3ceeb697ab46f77a2d8e411073e1328ea Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 18 May 2025 06:17:49 +0300 Subject: [PATCH] ci: copy assets properly --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5cc12f..7244e92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,6 +69,10 @@ jobs: if: ${{ matrix.cross }} run: cross build --release --target ${{ matrix.target }} + - name: Prepare binary + run: | + cp target/${{ matrix.target }}/release/tempus ${{ matrix.name }} + - name: Upload Release Asset uses: softprops/action-gh-release@v2 with: