Skip to content

Commit f9653ec

Browse files
committed
Debug.
1 parent 062c320 commit f9653ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ant.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,16 @@ jobs:
2929
path: version.txt
3030
- name: Create upload_url artifact
3131
shell: bash
32-
run: echo ${{ steps.create_release.outputs.upload_url }} > upload-url.txt
32+
run: echo "${{ steps.create_release.outputs.upload_url }}" > upload-url.txt
3333
- name: Upload upload_url result
3434
uses: actions/upload-artifact@v1
3535
with:
3636
name: upload-url
3737
path: upload-url.txt
38+
- shell: bash
39+
run: |
40+
cat version/version.txt
41+
cat upload-url/upload-url.txt
3842
job-debian-build:
3943
name: Debian Build
4044
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)