This commit is contained in:
Mauro Balades
2024-07-22 12:53:52 +02:00
parent ac972254ae
commit b8e6c059b0

View File

@@ -17,16 +17,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/download-artifact@v4
name: Download artifact
with:
path: C:\artifact
- name: Unpack artifact
run: |
cd C:\artifact
ls
7z x ${{ inputs.profile-data-path-archive }}
- uses: actions/checkout@v4
name: Clone