Skip to content

Commit 00b8e86

Browse files
committed
Adding artifact for validation
1 parent bcc6683 commit 00b8e86

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ jobs:
1919
encodedString: ${{ secrets.SOME_ENCODED_STRING }} # SGVsbG8sIFdvcmxkIQ==
2020
- name: Echo file
2121
run: |
22-
echo ${{ steps.write_file.outputs.filePath }}
22+
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

Comments
 (0)