From 97d624ff17ce3907b01a6e97d093579271f78326 Mon Sep 17 00:00:00 2001 From: netmindz Date: Sat, 27 Apr 2024 09:39:13 +0100 Subject: [PATCH] Update pio.yml --- .github/workflows/pio.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}