Skip to content

Commit e7abc82

Browse files
authored
CI (#299)
* actions * name change * v1.0.7 * i386 * more * more * tweaks * rename * parameters * names * fix * fixes * fixes * fixes * more * ugh * more * ugh * more * vars * typo * branch * tweaks * python * python * python link * sync * uboot * PACKAGES * sync * rpi2 * fixes * soekris * rpi firmware * cirrus * 1 * 2 * 3 * 4 * 5 * rm * more * more * change to script * vars * more * SOEKRIS * fixes * refactor * naming * more * fix * self-hosting * update vm action * dd * cross-platform-actions * revert * blah * sudo * better * fix * http 1.1 * more * more * oops * dont update * suorce dir * refactor * more * ? * revert * tt * fix * simplification * better git handling * enable soekris * fix * fix * oops * fix * ff * gg * hh * oops * kl * sudo * ee * tt * timeout * h * jj * more * 14.1 * revert * longer runtime * jenkins * fixes * refactor * fix? * image options * more * ff * CI * fix * more * more * more * oops * more * not needed * more * attempt build * build script * larger image size, use rsync * copy logs * remove objs * larger image file, different uploads * naming change, oops
1 parent 35cfc51 commit e7abc82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- uses: actions/upload-artifact@v4
2929
with:
3030
name: logs
31-
path: /home/runner/work/crochet-freebsd/crochet-freebsd/work/*.log
31+
path: /home/runner/work/crochet/crochet/work/*.log
3232
overwrite: true
3333

3434
- uses: actions/upload-artifact@v4
3535
with:
3636
name: image
37-
path: /home/runner/work/crochet-freebsd/crochet-freebsd/work/*.img
37+
path: /home/runner/work/crochet/crochet/work/*.img
3838
overwrite: true

0 commit comments

Comments
 (0)