Skip to content

Commit 44375e0

Browse files
committed
Use absolute path
1 parent 35cd9f2 commit 44375e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Upload artifact
8080
uses: actions/upload-pages-artifact@v3
8181
with:
82-
path: ./airstrip-fe/out
82+
path: /home/runner/work/airstrip/airstrip/airstrip-fe/out
8383

8484
# Deployment job
8585
deploy:

0 commit comments

Comments
 (0)