Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Feb 24, 2020
1 parent 062c320 commit f9653ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ jobs:
path: version.txt
- name: Create upload_url artifact
shell: bash
run: echo ${{ steps.create_release.outputs.upload_url }} > upload-url.txt
run: echo "${{ steps.create_release.outputs.upload_url }}" > upload-url.txt
- name: Upload upload_url result
uses: actions/upload-artifact@v1
with:
name: upload-url
path: upload-url.txt
- shell: bash
run: |
cat version/version.txt
cat upload-url/upload-url.txt
job-debian-build:
name: Debian Build
runs-on: ubuntu-18.04
Expand Down

0 comments on commit f9653ec

Please sign in to comment.