Fix Artifact Naming #3

Merged
McPeakML merged 17 commits from mcpeakml/portfolio into main 2026-06-12 09:43:25 -04:00
Showing only changes of commit bb7d0ec241 - Show all commits

View file

@ -42,6 +42,7 @@ jobs:
needs: build
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v4