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 bcc6683 commit 00b8e86Copy full SHA for 00b8e86
.github/workflows/test.yml
@@ -19,4 +19,9 @@ jobs:
19
encodedString: ${{ secrets.SOME_ENCODED_STRING }} # SGVsbG8sIFdvcmxkIQ==
20
- name: Echo file
21
run: |
22
- echo ${{ steps.write_file.outputs.filePath }}
+ echo ${{ steps.write_file.outputs.filePath }}
23
+ - name: Upload Artifact
24
+ uses: actions/upload-artifact@master
25
+ with:
26
+ name: 'final-file.txt'
27
+ path: 'myTemporaryFile.txt'
0 commit comments