Skip to content

Commit 5a10ae3

Browse files
committedFeb 22, 2024
fix workflow
1 parent 0a2dc46 commit 5a10ae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/iso.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ jobs:
4949
run: |
5050
nix build --extra-experimental-features 'nix-command flakes' -j2 -L
5151
cp result/iso/*.iso $(basename result/iso/*.iso | sed s/x86_64-linux/amd64-${{ github.ref_name }}/)
52+
5253
- name: upload artifact
5354
uses: actions/upload-artifact@v4
55+
if: startsWith(github.ref, 'refs/tags/')
5456
with:
5557
name: iso
5658
path: ./*.iso

0 commit comments

Comments
 (0)