Skip to content

Commit

Permalink
add debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 5, 2024
1 parent f15c171 commit acdc3f5
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,14 @@ jobs:
make release
make last_changes
# - name: Upload CHANGES.md
# id: upload-changes
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./LAST_CHANGES.md
# asset_name: LAST_CHANGES.md
# asset_content_type: text/plain

- name: Create Release
id: create_release
uses: actions/create-release@v1
run: |
echo "current directory"
pwd
echo "list of files"
ls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -83,6 +77,17 @@ jobs:
draft: false
prerelease: false

# - name: Upload CHANGES.md
# id: upload-changes
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./LAST_CHANGES.md
# asset_name: LAST_CHANGES.md
# asset_content_type: text/plain

- name: Upload auth-proxy-tools
id: upload-auth-proxy-tools
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit acdc3f5

Please sign in to comment.