Skip to content

Commit

Permalink
change zip name to see if it prevents google warning #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LowBudgetMan committed Aug 11, 2020
1 parent cca3e2a commit d1a99b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ jobs:
with:
files: 'artifacts/'
recursive: false
dest: binaries.zip
dest: artifacts.zip
- name: Upload Assets
id: upload-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./binaries.zip
asset_name: binaries.zip
asset_path: ./artifacts.zip
asset_name: artifacts.zip
asset_content_type: application/zip

0 comments on commit d1a99b4

Please sign in to comment.