Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 70d2445

Browse files
committed
Remove ls cmd
Signed-off-by: Somtochi Onyekwere <[email protected]>
1 parent 10e104b commit 70d2445

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
rm -rf ${GITHUB_WORKSPACE}/build ${GITHUB_WORKSPACE}/libgit2
5454
- uses: actions/upload-artifact@v3
5555
with:
56-
name: my-artifact
56+
name: release-artifact
5757
path: '*.tar.gz'
5858
if-no-files-found: error
5959

@@ -143,7 +143,7 @@ jobs:
143143
MACOSX_DEPLOYMENT_TARGET: 10.15
144144
- uses: actions/upload-artifact@v3
145145
with:
146-
name: my-artifact
146+
name: release-artifact
147147
path: '*.tar.gz'
148148
if-no-files-found: error
149149

@@ -165,9 +165,7 @@ jobs:
165165
- name: Download Files
166166
uses: actions/download-artifact@v3
167167
with:
168-
name: my-artifact
169-
- name: Display structure to check for downloaded files
170-
run: ls -R
168+
name: release-artifact
171169
- uses: goreleaser/goreleaser-action@v2
172170
with:
173171
version: latest

0 commit comments

Comments
 (0)