Update main.yml

This commit is contained in:
Stephan Mühl
2023-03-23 22:54:01 +01:00
committed by GitHub
parent 9708e1678a
commit 40b49302c6

View File

@@ -15,6 +15,7 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Cache pip
uses: actions/cache@v2
with:
@@ -96,12 +97,6 @@ jobs:
asset_path: ./firmware/firmware.bin
asset_name: firmware.bin
asset_content_type: application/octet-stream
- name: Checkout
id: checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Commit
id: commit