Skip to content

Commit

Permalink
feat: add ci to project
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalangel committed Aug 22, 2024
1 parent cd14083 commit 08e5c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: upload artifacts
uses: actions/upload-artifact@v3
with:
name: Dynamicpixels Unity
path: dynamicpixels-unity.zip

release:
Expand All @@ -52,7 +53,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: dynamicpixels-unity.zip
name: Dynamicpixels Unity

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 08e5c2b

Please sign in to comment.