We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e962fa commit 22f823bCopy full SHA for 22f823b
1 file changed
.github/workflows/cpp-ci-serial-programs-base.yml
@@ -92,6 +92,7 @@ jobs:
92
if: inputs.upload-build
93
shell: bash
94
run: |
95
+ cd Arduino-Source
96
echo https://github.com/${{github.repository}}/commit/${{github.sha}} > ${{env.UPLOAD_FOLDER}}/version.txt
97
98
- name: Upload Build
0 commit comments