File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ jobs:
62
62
dep-build
63
63
key : ${{ runner.os }}-${{ hashFiles('build.sh') }}
64
64
- name : Run Build
65
- run : bash build.sh "${{ github.workspace }}/../ Nuitka-Python-Out"
65
+ run : bash build.sh "${{ github.workspace }}/Nuitka-Python-Out"
66
66
- name : Cleanup artifact
67
- run : find "${{ github.workspace }}/../ Nuitka-Python-Out" \( -iname '*.o' -o -iname '__pycache__' -o -iname 'link.json' \) | xargs rm -rf
67
+ run : find "${{ github.workspace }}/Nuitka-Python-Out" \( -iname '*.o' -o -iname '__pycache__' -o -iname 'link.json' \) | xargs rm -rf
68
68
- uses : actions/upload-artifact@v4
69
69
with :
70
70
name : Nuitka-Python311_ubuntu
71
- path : ${{ github.workspace }}/../ Nuitka-Python-Out
71
+ path : ${{ github.workspace }}/Nuitka-Python-Out
72
72
73
73
windows :
74
74
name : Windows Build
You can’t perform that action at this time.
0 commit comments