Skip to content

Commit

Permalink
other action for uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
ohAnd committed Jan 27, 2024
1 parent dbb20b5 commit d89a26b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ jobs:
path: .pio/build/esp12e/firmware.bin

- name: Update nightly release
uses: eine/tip@master
uses: AButler/[email protected]
with:
tag: nightly
rm: true
token: ${{ secrets.GITHUB_TOKEN }}
files: |
.pio/build/esp12e/firmware.bin
release-tag: "devRelease"
files: ".pio/build/esp12e/firmware.bin"
repo-token: ${{ secrets.GITHUB_TOKEN }}

# - name: Create Dev Release
# id: create_release
Expand Down

0 comments on commit d89a26b

Please sign in to comment.