Skip to content

Commit bf03727

Browse files
committed
Update compile-rtk-firmware.yml
1 parent 4f235e3 commit bf03727

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,10 @@ jobs:
118118
name: ${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}
119119
path: ./Firmware/RTK_Surveyor/build/esp32.esp32.esp32/${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}.bin
120120

121-
#Workaround for Issue: https://github.com/orgs/community/discussions/55820#discussioncomment-5946136
122-
- name: Downgrade git HTTP version
123-
run: git config --global http.version HTTP/1.1
124-
125-
- name: Increase HTTP post buffer size
126-
run: git config --global http.postBuffer 157286400
127-
121+
128122
- name: Push binary to Binaries Repo
129-
uses: dmnemec/copy_file_to_another_repo_action@main
123+
# uses: dmnemec/copy_file_to_another_repo_action #Workaround for Issue: https://github.com/orgs/community/discussions/55820#discussioncomment-5946136
124+
uses: Jason2866/copy_file_to_another_repo_action@main
130125
env:
131126
API_TOKEN_GITHUB: ${{ secrets.API_GITHUB_RTK_FILE_TOKEN }}
132127
with:
@@ -146,7 +141,8 @@ jobs:
146141
{"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"}]}
147142
148143
- name: Push JSON to Binaries Repo
149-
uses: dmnemec/copy_file_to_another_repo_action@main
144+
# uses: dmnemec/copy_file_to_another_repo_action #Workaround for Issue: https://github.com/orgs/community/discussions/55820#discussioncomment-5946136
145+
uses: Jason2866/copy_file_to_another_repo_action@main
150146
env:
151147
API_TOKEN_GITHUB: ${{ secrets.API_GITHUB_RTK_FILE_TOKEN }}
152148
with:

0 commit comments

Comments
 (0)