Skip to content

Commit

Permalink
enable artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusptrs authored Dec 19, 2024
1 parent 07a57b5 commit e1a9b2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
echo "# This branch is for deployment only" >> export/README.md
cp build/*.pdf export
cp build/git.id export
- name: Upload contents as artifact
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: ./export # The folder you want to upload

- name: Deploy
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
Expand Down

0 comments on commit e1a9b2d

Please sign in to comment.