Skip to content

Commit

Permalink
ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Aug 15, 2022
1 parent d0d26f9 commit d3b39ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
name: Build - ${{ matrix.unity-version }}
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -103,3 +103,9 @@ jobs:

- name: Package plugin
run: docker exec unreal ue4 package

- uses: actions/upload-artifact@v2
with:
name: ue-${{ matrix.unreal }}-package
if-no-files-found: error
path: dist

0 comments on commit d3b39ae

Please sign in to comment.