We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d09b67 commit 780d4f1Copy full SHA for 780d4f1
1 file changed
.github/workflows/dotnet.yml
@@ -29,7 +29,7 @@ jobs:
29
run: curl https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.4.5/depotdownloader-2.4.5.zip -J -L -o ${{ github.workspace }}\Kryptonite\bin\Release\DepotDownloader.zip
30
31
- name: Package DepotDownloader for release 🧱
32
- run: 7z x ${{ github.workspace }}\Kryptonite\bin\Release\DepotDownloader.zip -o${{ github.workspace }}\Kryptonite\bin\Release\DepotDownloader.zip
+ run: 7z x ${{ github.workspace }}\Kryptonite\bin\Release\DepotDownloader.zip -o${{ github.workspace }}\Kryptonite\bin\Release\DepotDownloader
33
34
- name: Archive Kryptonite 🧱
35
uses: thedoctor0/zip-release@master
0 commit comments