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 d51a925 commit 184755aCopy full SHA for 184755a
.github/workflows/master.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Upload .build artifacts
70
uses: actions/upload-artifact@v1
71
with:
72
- name: dot_build
+ name: .build
73
path: .build
74
75
publish:
@@ -95,7 +95,7 @@ jobs:
95
- name: Download .build artifacts from Build Step
96
uses: actions/download-artifact@v1
97
98
99
100
101
- name: List Workspace Files
0 commit comments