Skip to content

Commit

Permalink
Update pio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Apr 27, 2024
1 parent 980f448 commit 97d624f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: StarMod-${{ matrix.environment }}-${{env.git_ref}}-${{env.git_hash}}.bin
name: StarMod-${{ matrix.environment }}-${{env.git_ref}}-${{env.git_hash}}.bin
retention-days: 30

release:
Expand All @@ -84,4 +85,4 @@ jobs:
files: |
artifact/*.bin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97d624f

Please sign in to comment.