Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tcfshcrw committed Sep 12, 2024
1 parent 0e9bf3d commit d2c1a58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/PreRelease_task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
# zip plugin binaries
- name: ZIP files
run: |
7z a ${{ github.workspace }}/Helper/zip/esp32s3_joystickreceiver.zip ${{ github.workspace }}/Helper/bins/esp32s3_joystickreceiver/
7z a ${{ github.workspace }}/Helper/zip/esp32s3_Bridge_With_Joy.zip ${{ github.workspace }}/Helper/bins/esp32s3_joystickreceiver/
7z a ${{ github.workspace }}/Helper/zip/esp32_analogout_SC_D15.zip ${{ github.workspace }}/Helper/bins/esp32_analogout_SC_D15/
# Build ESP code for esp32_bridge

Expand Down Expand Up @@ -194,16 +194,16 @@ jobs:
asset_name: esp32s3-gilphilbert.zip
asset_content_type: application/zip

- name: Upload ESP release assets esp32s3 espmaster
- name: Upload ESP release assets esp32s3 bridge with joystick receiver
id: upload-release-asset-ESP32S3-ESPmaster
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
url: ${{needs.Build-date.outputs.Upload_URL}}
with:
upload_url: ${{ env.url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./Helper/zip/esp32s3_joystickreceiver.zip
asset_name: esp32s3_joystickreceiver.zip
asset_path: ./Helper/zip/esp32s3_Bridge_With_Joy.zip
asset_name: esp32s3_Bridge_With_Joy.zip
asset_content_type: application/zip

- name: Upload ESP release assets esp32s3 espmaster
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
# zip plugin binaries
- name: ZIP files
run: |
7z a ${{ github.workspace }}/Helper/zip/esp32s3_joystickreceiver.zip ${{ github.workspace }}/Helper/bins/esp32s3_joystickreceiver/
7z a ${{ github.workspace }}/Helper/zip/esp32s3_Bridge_With_Joy.zip ${{ github.workspace }}/Helper/bins/esp32s3_joystickreceiver/
7z a ${{ github.workspace }}/Helper/zip/esp32_analogout_SC_D15.zip ${{ github.workspace }}/Helper/bins/esp32_analogout_SC_D15/
Expand Down Expand Up @@ -195,16 +195,16 @@ jobs:
asset_name: esp32s3-gilphilbert.zip
asset_content_type: application/zip

- name: Upload ESP release assets esp32s3 espmaster
- name: Upload ESP release assets esp32s3 bridge with joystick receiver
id: upload-release-asset-ESP32S3-ESPmaster
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
url: ${{needs.Build-date.outputs.Upload_URL}}
with:
upload_url: ${{ env.url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./Helper/zip/esp32s3_joystickreceiver.zip
asset_name: esp32s3_joystickreceiver.zip
asset_path: ./Helper/zip/esp32s3_Bridge_With_Joy.zip
asset_name: esp32s3_Bridge_With_Joy.zip
asset_content_type: application/zip

- name: Upload ESP release assets esp32_analogout_SC_D15
Expand Down

0 comments on commit d2c1a58

Please sign in to comment.