Skip to content

Commit

Permalink
Prova
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Apr 5, 2024
1 parent 4615035 commit ca10eae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/downloadcv.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Download and Use Artifact

on:
repository_dispatch:
types: [upload-event]
push:
# on:
# repository_dispatch:
# types: [upload-event]

jobs:
download_and_use:
Expand All @@ -16,7 +18,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: my-cv
path: files # Directory where the artifact will be downloaded
path: cv.pdf # Directory where the artifact will be downloaded

# Step to perform operations with the downloaded file
# - name: Use Downloaded File
Expand Down

0 comments on commit ca10eae

Please sign in to comment.