Skip to content

Commit

Permalink
Use modern release action
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Feb 1, 2024
1 parent d3447e0 commit 92bda5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
types: [published]

jobs:

build:
runs-on: ubuntu-latest
strategy:
Expand All @@ -28,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: "3.9"

- name: Install PlatformIO
run: |
Expand Down Expand Up @@ -73,9 +72,10 @@ jobs:
run: ls -R

- name: Release
uses: softprops/action-gh-release@v1
uses: AButler/upload-release[email protected]
with:
files: firmware-*/*
repo-token: ${{ secrets.GITHUB_TOKEN }}

ready-to-merge:
needs: build
Expand Down

0 comments on commit 92bda5d

Please sign in to comment.