Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nonik0 authored Mar 1, 2024
1 parent 8d62d49 commit 533c253
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
steps:
- name: Download Build Artifact
uses: actions/download-artifact@v4
with:
name: CardputerLoRaChat
path: LoRaChat.bin
if-no-files-found: error

- name: Show directory structure
run: tree

- name: Release ${{ github.ref_name }}
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 533c253

Please sign in to comment.