Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti authored Dec 31, 2023
1 parent 5adcff3 commit 116da9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ needs.build.outputs.bin_name }}
- name: verify token
run: |
echo "Length of ACCESS_TOKEN: ${#ACCESS_TOKEN}"
- name: Upload release to test repo
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 116da9b

Please sign in to comment.