From a2dd20a560f11555892db303c6a5460933a9a63c Mon Sep 17 00:00:00 2001 From: John McBride Date: Sun, 22 Mar 2026 15:49:33 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20Release=20using=20new=20d?= =?UTF-8?q?agger=20ghrelease=20"with"=20constructors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John McBride --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f402315..e205042 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -129,9 +129,9 @@ jobs: - name: Upload all artifacts to GitHub release run: | dagger call -m github.com/papercomputeco/daggerverse/ghrelease \ - --token=env:GH_TOKEN \ - --repo=papercomputeco/masterblaster \ - --assets=./build \ + --token=env://GH_TOKEN \ + with-repo --repo="${{ github.repository }}" \ + with-assets --assets=./build \ with-flatten \ with-tag --tag="${{ github.event.release.tag_name }}" \ upload