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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user