Skip to content

Commit

Permalink
Change build artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Jul 16, 2020
1 parent 1673f02 commit 731055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: runner.os == 'Windows'
run: |
pyinstaller --onefile --hidden-import="pkg_resources.py2_warn" --add-data "excalibur/www/templates;excalibur/www/templates" --add-data "excalibur/www/static;excalibur/www/static" --add-data "excalibur/config_templates;excalibur/config_templates" --name "excalibur-${{ matrix.config.os }}-${{ matrix.config.arch }}" arthur.py
- name: Upload build artifacts
- name: Upload build artifact
uses: actions/upload-artifact@v1
with:
name: excalibur-${{ matrix.config.os }}-${{ matrix.config.arch }}
Expand Down

0 comments on commit 731055a

Please sign in to comment.