Skip to content

Commit 263e827

Browse files
authored
Merge pull request #398 from ma10/correct-release-asset-path-20250826_2
correct again the asset path.
2 parents 4255f54 + 3ed8241 commit 263e827

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)