From 18caee2e3e664c6c2d7a3cd308250473168b4fc0 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 15 Nov 2024 10:13:13 -0600 Subject: [PATCH] Fix ci syntax --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0a01fc..282196e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ build: release: name: Release $TAG tag_name: '$TAG' - assets-link: - - name: Windows (x86-64) release - url: "https://src.thehellings.com/greg/mingw-nix-build/-/jobs/$BUILD_ID/artifacts/file/sword-$TAG.tar.xz" + asselts: + links: + - name: Windows (x86-64) release + url: "https://src.thehellings.com/greg/mingw-nix-build/-/jobs/$BUILD_ID/artifacts/file/sword-$TAG.tar.xz"