We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009cb55 commit d2b651eCopy full SHA for d2b651e
.github/workflows/build.yml
@@ -18,8 +18,9 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: DeterminateSystems/nix-installer-action@main
20
- run: nix profile install nixpkgs#cachix
21
- - run: echo "GIT_COMMIT=$GITHUB_SHA" >> $GITHUB_ENV
22
- - run: nix build --impure --accept-flake-config .
+ - run: echo "GITHUB_SHA is $GITHUB_SHA"
+ - run: echo "GIT_COMMIT=build-$GITHUB_SHA" >> $GITHUB_ENV
23
+ - run: nix build --impure --option substituters "" --accept-flake-config .
24
- run: cd dist && ./build.sh
25
- name: Upload static files as artifact
26
id: deployment
0 commit comments