Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f315b03580 | ||
|
|
faf9d4dd9d | ||
|
|
d9b3838cbd | ||
|
|
8de9f6eb71 | ||
|
|
002897dfdc | ||
|
|
a50754a3cc |
@@ -19,3 +19,21 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Build
|
||||
run: nix run -L ".#${{ matrix.arch }}"
|
||||
- name: Upload artifact
|
||||
uses: https://gitea.com/actions/gitea-upload-artifact@v7
|
||||
with:
|
||||
name: ${{ matrix.arch }}
|
||||
path: "*.tar.xz"
|
||||
|
||||
release:
|
||||
needs: build
|
||||
runs-on: nix-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||
- name: Create release
|
||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
"*.tar.xz"
|
||||
|
||||
Reference in New Issue
Block a user