Skip to content

Commit 1a7c17c

Browse files
committed
Attempt #2
1 parent ecb7a02 commit 1a7c17c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/webpack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
node-version: 18
1717

1818
- name: Build
19-
env:
20-
BASE_PATH: /${{ github.repository.split('/')[1] }}/
2119
run: |
20+
repo_full="${{ github.repository }}"
21+
export BASE_PATH="${repo_full##*/}"
22+
echo "$BASE_PATH"
2223
npm install
2324
npm run build
2425

0 commit comments

Comments
 (0)