File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4444 - name : Upload Artifacts
4545 uses : actions/upload-artifact@v4
4646 with :
47- name : bin -${{ matrix.target }}
47+ name : fina -${{ matrix.target }}
4848 path : fina-${{ matrix.target }}.tar.gz
4949
5050 release :
5959 uses : actions/download-artifact@v4
6060 with :
6161 path : artifacts
62- pattern : bin -*
62+ pattern : fina -*
6363 merge-multiple : true
6464
6565 - name : Generate Checksums
Original file line number Diff line number Diff line change 1313 cosmocc-4-bin = pkgs . callPackage ./cosmocc-4-bin.nix { } ;
1414 libffi-cosmo = pkgs . callPackage ./libffi-cosmo.nix { pkgs = pkgs . pkgsCross . gnu64 ; inherit cosmocc-4-bin ; } ;
1515 cosmoVars = ''
16- # export CC=${ cosmocc-4-bin } /bin/x86_64-unknown-cosmo-cc
1716 export CC=${ cosmocc-4-bin } /bin/cosmocc
1817 export CPP=${ cosmocc-4-bin } /bin/x86_64-unknown-cosmo-cc
1918 export FFI=0
You can’t perform that action at this time.
0 commit comments