Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f315b03580 | ||
|
|
faf9d4dd9d | ||
|
|
d9b3838cbd |
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Build
|
||||
run: nix run -L ".#${{ matrix.arch }}"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v7
|
||||
uses: https://gitea.com/actions/gitea-upload-artifact@v7
|
||||
with:
|
||||
name: ${{ matrix.arch }}
|
||||
path: "*.tar.xz"
|
||||
@@ -31,9 +31,9 @@ jobs:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v8
|
||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||
- name: Create release
|
||||
uses: actions/gitea-release-action@v1
|
||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
"*.tar.xz"
|
||||
|
||||
Reference in New Issue
Block a user