Skip to content

Commit e7c2e11

Browse files
committed
Update compile-rtk-firmware.yml
1 parent 38d4ad5 commit e7c2e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-rtk-firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Update JSON File
121121
uses: "DamianReeves/write-file-action@master"
122122
with:
123-
path: RTK-Firmware.json
123+
path: ${{ env.JSON_FILE_NAME }}
124124
write-mode: overwrite
125125
contents: |
126126
{"Configurations": [{"Version":"${{ env.FIRMWARE_VERSION_MAJOR }}.${{ env.FIRMWARE_VERSION_MINOR }}${{ env.JSON_ENDING }}", "URL":"https://raw.githubusercontent.com/sparkfun/SparkFun_RTK_Firmware_Binaries/main/${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}.bin"}]}

0 commit comments

Comments
 (0)