Skip to content

Commit

Permalink
aaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowberryHN committed Nov 9, 2020
1 parent db57b2e commit fc6825e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Archive Windows binaries
working-directory: ./bin/Release
run: |
Copy-Item "..\..\launcher.json" -Destination "."
Compress-Archive -Path .\CardboardLauncher.exe, .\launcher.json, .\Newtonsoft.Json.dll -DestinationPath CardboardLauncher.zip
Copy-Item "..\..\launcher.json" -Destination "."
Compress-Archive -Path .\CardboardLauncher.exe, .\launcher.json, .\Newtonsoft.Json.dll -DestinationPath CardboardLauncher.zip
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit fc6825e

Please sign in to comment.