Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Loosen required tasks to upload asset
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Jul 7, 2020
1 parent 9d92a5f commit 8d96c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: Build project
run: |
./gradlew build
./gradlew :projector-client-web:browserProductionWebpack
cd projector-client-web/build/distributions
zip -r ../projector-client-web-distribution.zip . -x *.map
- name: Create Release
Expand Down

0 comments on commit 8d96c14

Please sign in to comment.