Skip to content

Commit b5958f5

Browse files
authored
Update main.yml
1 parent ad5f301 commit b5958f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
dep-build
6363
key: ${{ runner.os }}-${{ hashFiles('build.sh') }}
6464
- name: Run Build
65-
run: bash build.sh "${{ github.workspace }}/../Nuitka-Python-Out"
65+
run: bash build.sh "${{ github.workspace }}/Nuitka-Python-Out"
6666
- 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
6868
- uses: actions/upload-artifact@v4
6969
with:
7070
name: Nuitka-Python311_ubuntu
71-
path: ${{ github.workspace }}/../Nuitka-Python-Out
71+
path: ${{ github.workspace }}/Nuitka-Python-Out
7272

7373
windows:
7474
name: Windows Build

0 commit comments

Comments
 (0)