diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ede2936..32574d11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,8 @@ jobs: - name: Archive addon uses: actions/upload-artifact@v4 with: - name: ${{ env.ADDON_NAME }}-${{ github.ref_name }}-${{ github.sha }} + # name: ${{ env.ADDON_NAME }}-${{ github.ref_name }}-${{ github.sha }} + name: ${{ env.ADDON_NAME }}-${{ github.sha }} + retention-days: 3 path: | - ./${{ env.ADDON_NAME }}/artifact/* \ No newline at end of file + ./artifact/* \ No newline at end of file