Skip to content

Commit

Permalink
upload the app in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaskalov committed Oct 28, 2023
1 parent cd6a67f commit f8a1527
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- name: Run a one-line script
run: rm -f ShellyPro4PM.tapp; zip -j -0 ShellyPro4PM.tapp src/*

- name: Release Tasmota Application
uses: softprops/action-gh-release@v1
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
files: |
ShellyPro4PM.tapp
name: ShellyPro4PM.tapp
path: ShellyPro4PM.tapp
retention-days: 30

0 comments on commit f8a1527

Please sign in to comment.