From 3fbc34ccc63d6f1450da72bb43fffdce76b8c2af Mon Sep 17 00:00:00 2001 From: Finn Date: Sun, 4 Aug 2024 23:34:17 -0700 Subject: [PATCH] debug --- .forgejo/workflows/build-apcupsd-exporter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-apcupsd-exporter.yaml b/.forgejo/workflows/build-apcupsd-exporter.yaml index 9a03afd..82a70ed 100644 --- a/.forgejo/workflows/build-apcupsd-exporter.yaml +++ b/.forgejo/workflows/build-apcupsd-exporter.yaml @@ -19,7 +19,7 @@ jobs: git clone https://github.com/mdlayher/apcupsd_exporter.git cd apcupsd_exporter go build . - ls -lha apcupsd_exporter + ls -lha pwd - name: upload uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.1