Skip to content

Commit b5383dd

Browse files
committed
correct artifact name and path
1 parent 40fe811 commit b5383dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/first.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Create Artifact
22
env:
3-
FILE_NAME: README
3+
FILE_NAME: my_upload
44
on: push
55

66
jobs:
@@ -13,5 +13,5 @@ jobs:
1313
- name: Upload
1414
uses: actions/upload-artifact@v2
1515
with:
16-
name: linux
17-
path: ./${{ env.FILE_NAME }}
16+
name: ${{ env.FILE_NAME }}
17+
path: .

0 commit comments

Comments
 (0)