Skip to content

Commit

Permalink
pipeline debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed May 30, 2024
1 parent 7cc34bf commit a2f93e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ jobs:
- run: sleep 10
- name: Download all artifacts
uses: actions/download-artifact@v4
- name: figure out what is going on
run: ls -lR
- run: ls -lR
- name: Create Release
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
with:
draft: true
files: ${{ env.DESTDIR }}/*
files: gptscript-credential-helpers*/*

0 comments on commit a2f93e5

Please sign in to comment.