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 1fff909dad - Show all commits

View file

@ -3,7 +3,7 @@ name: CI
on: on:
push: push:
tags: tags:
- 'v*' - "v*"
pull_request: pull_request:
jobs: jobs:
@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: oven/bun:1 container: oven/bun:1
steps: steps:
- name: Install git
run: apt-get update && apt-get install -y git
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4