We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062c320 commit f9653ecCopy full SHA for f9653ec
.github/workflows/ant.yml
@@ -29,12 +29,16 @@ jobs:
29
path: version.txt
30
- name: Create upload_url artifact
31
shell: bash
32
- run: echo ${{ steps.create_release.outputs.upload_url }} > upload-url.txt
+ run: echo "${{ steps.create_release.outputs.upload_url }}" > upload-url.txt
33
- name: Upload upload_url result
34
uses: actions/upload-artifact@v1
35
with:
36
name: upload-url
37
path: upload-url.txt
38
+ - shell: bash
39
+ run: |
40
+ cat version/version.txt
41
+ cat upload-url/upload-url.txt
42
job-debian-build:
43
name: Debian Build
44
runs-on: ubuntu-18.04
0 commit comments