diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a319c3..8f71636 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,8 +39,13 @@ jobs: run: | nix build -L .#${{ matrix.target }} nix run -L .#${{ matrix.target }} -- --version - - name: Upload release artifact + - name: Upload release artifact (tarball) uses: actions/upload-artifact@v4 with: - name: release - path: result + name: "himalaya.${{ matrix.target }}.tgz" + path: result/himalaya.tgz + - name: Upload release artifact (zip) + uses: actions/upload-artifact@v4 + with: + name: "himalaya.${{ matrix.target }}.zip" + path: result/himalaya.zip