Try to fix non-existent builds

Somehow I'm ending up with no file. Try to diagnose why, but also try to
fix it at the same problem without being 100% sure of the root cause
This commit is contained in:
Greg Hellings
2025-02-06 17:01:32 -06:00
parent fb28b20e98
commit 0a67ee2420
2 changed files with 14 additions and 6 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ build:
tags:
- nix
script:
- nix build -L ".#${ARCH}"
- nix run -L ".#${ARCH}"
- ls -l
- URL=$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/sword-utils/$TAG/sword-${ARCH}-${TAG}.tar.xz
- >-
if [ "$CI_COMMIT_BRANCH" == "main" ]; then