ci: remove artifact upload step from build workflow
Build and Package Arduino Firmware / build (push) Successful in 4m17s
Build and Package Arduino Firmware / build (push) Successful in 4m17s
This commit is contained in:
@@ -57,13 +57,6 @@ jobs:
|
||||
TAG=${GITHUB_REF#refs/tags/}
|
||||
tar -czvf "esp32-aldl-${TAG}.tar.gz" -C dist .
|
||||
|
||||
- name: Upload Firmware Package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: esp32-aldl-arduino-firmware-${{ github.sha }}
|
||||
path: esp32-aldl-*.tar.gz
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Create Release and Upload Asset
|
||||
env:
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user