Skip to content

Commit

Permalink
change zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
takana-v committed Nov 25, 2022
1 parent 8e15442 commit 7e2ef7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:

- name: Compress data
run: |
7z a windows.zip windows/
7z a quest_steamvr_fbt_tool-win.zip windows/
- name: Upload archives to Release assets
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: windows.zip
file: quest_steamvr_fbt_tool-win.zip

0 comments on commit 7e2ef7f

Please sign in to comment.