File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
1515 uses : actions/upload-artifact@v2
1616 with :
1717 name : impish-raw-arm64
18- path : /home/runner/work/fs-cook/fs-cook/ impish-arm64
18+ path : impish-arm64
1919 - name : save armhf builds
2020 uses : actions/upload-artifact@v2
2121 with :
2222 name : impish-raw-armhf
23- path : /home/runner/work/fs-cook/fs-cook/ impish-armhf
23+ path : impish-armhf
2424 - name : save amd64 builds
2525 uses : actions/upload-artifact@v2
2626 with :
2727 name : impish-raw-amd64
28- path : /home/runner/work/fs-cook/fs-cook/ impish-amd64
28+ path : impish-amd64
2929 BuidHirsute :
3030 runs-on : ubuntu-latest
3131 steps :
@@ -40,16 +40,16 @@ jobs:
4040 uses : actions/upload-artifact@v2
4141 with :
4242 name : hirsute-raw-arm64
43- path : /home/runner/work/fs-cook/fs-cook/ hirsute-arm64
43+ path : hirsute-arm64
4444 - name : save armhf builds
4545 uses : actions/upload-artifact@v2
4646 with :
4747 name : hirsute-raw-armhf
48- path : /home/runner/work/fs-cook/fs-cook/ hirsute-armhf
48+ path : hirsute-armhf
4949 - name : save amd64 builds
5050 uses : actions/upload-artifact@v2
5151 with :
5252 name : hirsute-raw-amd64
53- path : /home/runner/work/fs-cook/fs-cook/ hirsute-amd64
53+ path : hirsute-amd64
5454
5555
You can’t perform that action at this time.
0 commit comments