Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f315b03580 | ||
|
|
faf9d4dd9d | ||
|
|
d9b3838cbd | ||
|
|
8de9f6eb71 | ||
|
|
002897dfdc |
@@ -20,10 +20,10 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: nix run -L ".#${{ matrix.arch }}"
|
run: nix run -L ".#${{ matrix.arch }}"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v7
|
uses: https://gitea.com/actions/gitea-upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.arch }}
|
name: ${{ matrix.arch }}
|
||||||
path: "*.zip"
|
path: "*.tar.xz"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
@@ -31,9 +31,9 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v8
|
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: actions/gitea-release-action@v1
|
uses: https://gitea.com/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