Skip to content

Commit

Permalink
Merge pull request #53 from ewowi/Asset-naming
Browse files Browse the repository at this point in the history
Name each asset
  • Loading branch information
netmindz committed Apr 27, 2024
2 parents 980f448 + 97d624f commit ef3a1b7
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 ef3a1b7

Please sign in to comment.