Skip to content

Commit

Permalink
Update GITHUB_REF_NAME referencing
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Apr 18, 2024
1 parent 19a80d0 commit 3bc2de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: StarMod-${{ matrix.environment }}-${{env.GITHUB_REF_NAME}}-${{env.git_hash}}.bin
name: StarMod-${{ matrix.environment }}-${GITHUB_REF_NAME}-${{env.git_hash}}.bin
path: .pio/build/${{ matrix.environment }}/firmware.bin
retention-days: 30

Expand Down

0 comments on commit 3bc2de2

Please sign in to comment.