Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Nov 27, 2020
1 parent 0f7c678 commit 6dbeba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
- name: Upload ouptut artifacts
uses: actions/upload-artifact@v2
with:
name: dugite-native-${{ matrix.targetPlatform }}-${{ matrix.arch }}-output
name:
dugite-native-${{ matrix.targetPlatform }}-${{ matrix.arch }}-output
path: ./output
retention-days: 5
- name: Create release on tag push
Expand Down

0 comments on commit 6dbeba9

Please sign in to comment.