We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be27461 commit 7fce780Copy full SHA for 7fce780
.github/workflows/compile-rc.yml
@@ -81,7 +81,7 @@ jobs:
81
env:
82
API_TOKEN_GITHUB: ${{ secrets.API_GITHUB_RTK_FILE_TOKEN }}
83
with:
84
- source_file: ./Blink/build/esp32.esp32.esp32/${{ env.FILENAME_PREFIX }}${{ env.RC_PREFIX }}${{ steps.date.outputs.date }}.bin
+ source_file: ./Firmware/RTK_Surveyor/build/esp32.esp32.esp32/${{ env.FILENAME_PREFIX }}${{ env.RC_PREFIX }}${{ steps.date.outputs.date }}.bin
85
destination_repo: 'sparkfun/SparkFun_RTK_Firmware_Binaries'
86
destination_folder: ''
87
user_email: '[email protected]'
0 commit comments