Skip to content

Commit

Permalink
actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi committed Jan 3, 2023
1 parent da8aad7 commit acccef1
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Creating tar file
run: |
tar cf esp8266_firmware.tar esp8266_firmware
tar cf WatchWinder_esp8266_firmware.tar esp8266_firmware
- name: Create Release
id: create_release
Expand All @@ -100,16 +100,6 @@ jobs:
body: |
Changes in this Release
${{ env.commitmsg }}
files: WatchWinder_esp8266_firmware.tar
draft: false
prerelease: false

- name: Upload Release Asset (watchwinder)
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: esp8266_firmware.tar
asset_name: WatchWinder_esp8266_firmware.tar
asset_content_type: application/octet-stream

0 comments on commit acccef1

Please sign in to comment.