Skip to content

Commit

Permalink
Add some debugging code to figure out what's going on.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 25, 2024
1 parent 0741642 commit 2e6bb74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_build-and-cache-by-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
# Decode the contents into files.
echo -n "${GPG_KEY_B64}" | base64 --decode > 3C7658F0.asc
ls -lahF
mkdir -p ./dist
nfpm package --config nfpm-${OS_DIST}-${OS_DIST_NAME}.yaml --packager deb --target ./dist
Expand Down

0 comments on commit 2e6bb74

Please sign in to comment.