mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-05 20:40:25 -08:00
Add upload artifacts
This commit is contained in:
committed by
GitHub
parent
7c4b0483aa
commit
8afa68d132
7
.github/workflows/build_push.yml
vendored
7
.github/workflows/build_push.yml
vendored
@@ -105,3 +105,10 @@ jobs:
|
||||
- name: Display finished bins
|
||||
run: |
|
||||
find . -name "*.bin"
|
||||
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: esp32_marauder.ino.bin
|
||||
path: ./esp32_marauder/build/esp32.esp32.esp32s2/esp32_marauder.ino.bin
|
||||
retention-days: 5
|
||||
|
||||
Reference in New Issue
Block a user