We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cfc51 commit e7abc82Copy full SHA for e7abc82
.github/workflows/main.yml
@@ -28,11 +28,11 @@ jobs:
28
- uses: actions/upload-artifact@v4
29
with:
30
name: logs
31
- path: /home/runner/work/crochet-freebsd/crochet-freebsd/work/*.log
+ path: /home/runner/work/crochet/crochet/work/*.log
32
overwrite: true
33
34
35
36
name: image
37
- path: /home/runner/work/crochet-freebsd/crochet-freebsd/work/*.img
+ path: /home/runner/work/crochet/crochet/work/*.img
38
0 commit comments