remove debug stuff, add SHA256SUM file
All checks were successful
/ build (push) Successful in 38s

This commit is contained in:
Finn 2024-08-04 23:42:23 -07:00
parent 3519f486b9
commit 357aa50275

View file

@ -18,14 +18,15 @@ jobs:
git clone https://github.com/mdlayher/apcupsd_exporter.git
cd apcupsd_exporter
go build ./cmd/apcupsd_exporter
ls -lha
pwd
sha256sum apcupsd_exporter | tee SHA256SUMS.txt
- name: upload
uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.1
with:
upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry
upload-token: ${{ secrets.DEPLOY_TOKEN }}
files: apcupsd_exporter/apcupsd_exporter
files: |
apcupsd_exporter/apcupsd_exporter
SHA256SUMS.txt
version: ${{ github.SHA }}
package: infra-apcupsd_exporter