Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowberryHN committed Nov 9, 2020
1 parent fa3570f commit d152f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: msbuild CardboardLauncher.sln -p:Configuration=Release
- name: Archive Windows binaries
working-directory: ./bin/Release
run: Compress-Archive -Path .\launcher.exe, .\launcher.json, .\Newtonsoft.Json.dll -DestinationPath CardboardLauncher.zip
run: 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 d152f7d

Please sign in to comment.