Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use a meaningful artifact name to distinguish the builds #43

Open
razr opened this issue Jun 20, 2022 · 0 comments
Open

use a meaningful artifact name to distinguish the builds #43

razr opened this issue Jun 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@razr
Copy link
Member

razr commented Jun 20, 2022

The artifact name is always the same: RPI4 RT Kernel deb packages. Depending on the parameters we could change the name dynamically to make it more meaningful, e.g. 5.15.35-rt41-raspi-kernel to distinguish the builds

    - run: | 
        echo "artifactName=`ls /home/user/linux_build/linux-image-* | cut -d '-' -f 3-4`-kernel" >> $GITHUB_ENV
      - uses: actions/upload-artifact@v2
        with:
          name: '${{ env.artifactName }}
          path: ~/linux_build/*.deb
@razr razr added the enhancement New feature or request label Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant