Skip to content

Commit 4418eb1

Browse files
committed
Attempt to fix artifacts
1 parent 7b26acb commit 4418eb1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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:
@@ -59,7 +59,7 @@ jobs:
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

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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

0 commit comments

Comments
 (0)