Compare commits
2
Commits
a50754a3cc
...
8de9f6eb71
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8de9f6eb71 | ||
|
|
002897dfdc |
@@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.arch }}
|
name: ${{ matrix.arch }}
|
||||||
path: "*.zip"
|
path: "*.tar.xz"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
@@ -36,4 +36,4 @@ jobs:
|
|||||||
uses: actions/gitea-release-action@v1
|
uses: actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
"*.zip"
|
"*.tar.xz"
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
default = tar mingwW64;
|
default = tar mingwW64;
|
||||||
x86 = tar mingwW64;
|
x86 = tar mingwW64;
|
||||||
ucrt = tar ucrt64;
|
ucrt = tar ucrt64;
|
||||||
#ucrtAarch = tar ucrtAarch64;
|
arm = tar ucrtAarch64;
|
||||||
update = pkgs.callPackage ./update.nix { };
|
update = pkgs.callPackage ./update.nix { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user