Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redakker authored Nov 16, 2023
1 parent 89ab743 commit 37c005b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ jobs:
run: pip install --upgrade platformio
- name: Build PlatformIO Project
run: pio run

- name: Build and Create a test File
run: |
echo "Hello, world!" > output-file.txt

- name: Upload File
- name: Create artifact
uses: actions/upload-artifact@v2
with:
name: latest-artifact
path: output-file.txt
name: blecker-update-package
path: .pio/build/esp32dev/*.bin

0 comments on commit 37c005b

Please sign in to comment.