Skip to content

Commit 412d366

Browse files
committed
Move artifact locations
1 parent b830170 commit 412d366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
git config user.name github-actions
196196
git config user.email [email protected]
197197
- run: |
198-
cat .github/workflows/notes/toolchain.md artifacts/version_info.md > notes.md
198+
cat .github/workflows/notes/toolchain.md version_info.md > notes.md
199199
- run: |
200200
VERSION=toolchain-$(date +%Y.%m.%d)
201201
if [ "${{ inputs.build_number }}" != "0" ]; then VERSION="$VERSION-${{ inputs.build_number }}"; fi

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ For cross-compiling, set \`CMAKE_TOOLCHAIN_FILE\` to \`portable_cc_toolchain/<ta
4343
These integrations use the following components:
4444
EOF
4545

46-
cat artifacts/version_info.md
46+
cat version_info.md

0 commit comments

Comments
 (0)