Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ohAnd committed Jan 27, 2024
1 parent 2a7000f commit d2b4999
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
- name: Build PlatformIO Project
run: pio run

- name: Download a Build Artifact
uses: actions/download-artifact@v4.1.1
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
# Name of the artifact to download. If unspecified, all artifacts for the run are downloaded.
name: dtuGatway.bin # optional
# Destination path. Supports basic tilde expansion. Defaults to $GITHUB_WORKSPACE
path: .pio/build/esp12e/firmware.bin # optional
name: dtuGatewayFirmware.bin
path: .pio/build/esp12e/firmware.bin



0 comments on commit d2b4999

Please sign in to comment.