Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

broke out the even smaller other script

+6 -6
+2 -6
.config/ci/release/github-ci.cue
··· 96 96 GH_TOKEN: "${{ secrets.PAT }}" 97 97 TAG_NAME: "${{ github.ref_name }}" 98 98 } 99 - run: """ 100 - nix develop --command gh release download "$TAG_NAME" \\ 101 - --repo "$GITHUB_REPOSITORY" \\ 102 - --pattern '*' \\ 103 - --dir dist 104 - """ 99 + // The installation script for getting the release archive 100 + run: string @embed(file=repo-install.sh, type=text) 105 101 }, { 106 102 name: "Generate Checksums" 107 103 run: "nix develop --command just checksum dist"
+4
.config/ci/release/repo-install.sh
··· 1 + nix develop --command gh release download "$TAG_NAME" \\ 2 + --repo "$GITHUB_REPOSITORY" \\ 3 + --pattern '*' \\ 4 + --dir dist