Skip to content

Commit 0e59a56

Browse files
authored
Merge pull request #399 from ma10/develop
correct again the asset path.
2 parents a3f699d + 263e827 commit 0e59a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208

209209
- name: Prepare release asset
210210
run: |
211-
ASSET_DIR="${GITHUB_WORKSPACE}/a11y-guidelines-${TAG}"
211+
ASSET_DIR="${GITHUB_WORKSPACE}/freee-a11y-guidelines-${TAG}"
212212
mkdir -p "${ASSET_DIR}"
213213
214214
echo "Processing artifacts..."

0 commit comments

Comments
 (0)