diff --git a/.github/workflows/pio.yml b/.github/workflows/pio.yml index f32b0628..58a348b8 100644 --- a/.github/workflows/pio.yml +++ b/.github/workflows/pio.yml @@ -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: @@ -84,4 +85,4 @@ jobs: files: | artifact/*.bin env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}