Skip to content

Commit

Permalink
Workflow: Download Artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Sep 24, 2023
1 parent 777d84c commit 28d9373
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,14 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: 2024_DA2_Chromacase
path: ${{ matrix.out }}
path: ${{ matrix.out }}
publish:
runs-on: ubuntu-latest
needs: build_latex
# if: github.ref == 'refs/heads/main'
steps:
- uses: actions/download-artifact@v3
with:
name: 2024_DA2_Chromacase
- name: Display structure of downloaded files
run: ls -R

0 comments on commit 28d9373

Please sign in to comment.