Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Dec 8, 2024
1 parent 8b76f57 commit d60ee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-livecd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build Livecd
run: |
nix build github:${{ github.event.repository }}#nixosConfigurations.livecd.config.system.build.isoImage
nix build github:${{ github.event.repository.repo }}#nixosConfigurations.livecd.config.system.build.isoImage
- name: Compress Build Craft
run: |
tar cvf "./$(date -I).tar" ./result/*
Expand Down

0 comments on commit d60ee08

Please sign in to comment.