This commit is contained in:
Amarachi Omereife
2023-10-15 12:46:18 +01:00
parent efc9d9ad8e
commit f9a1b49c2b

View File

@@ -5,7 +5,7 @@ on:
types: types:
- released - released
workflow_dispatch: workflow_dispatch:
jobs: jobs:
download-artifacts: download-artifacts:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -14,7 +14,6 @@ jobs:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: my-artifact
path: artifacts path: artifacts
- name: Display structure of downloaded files - name: Display structure of downloaded files