Skip to content

Commit

Permalink
feat(ci): upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ToaHartor committed Jul 11, 2024
1 parent eeddc7c commit d0ac5c3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,13 @@ jobs:
fi
rm -r "$release_name_standalone"
rm -r "$release_name"
rm -r "$release_name"
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: |
GICutscenes-*.zip
GICutscenes-*.tar.gz
retention-days: 7

0 comments on commit d0ac5c3

Please sign in to comment.