Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
fix location on release
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyrilHD committed May 27, 2021
1 parent fd789e7 commit 3602642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Build/*/*.zip
file: Build/Build/Products/*.zip
tag: ${{ github.ref }}
file_glob: true

0 comments on commit 3602642

Please sign in to comment.