Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c6-dev authored Jan 15, 2025
1 parent c898d03 commit 76d19e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: Package Artifacts
run: |
mkdir -p artifacts
zip -j artifacts/JohnnyGuitarNVSE-Release-${{ env.artifact_timestamp }}.zip JG/Release/johnnyguitar.dll
zip -j artifacts/JohnnyGuitarNVSE-Debug-${{ env.artifact_timestamp }}.zip JG/Debug/johnnyguitar.dll
Compress-Archive -Path JG\Release\johnnyguitar.dll -DestinationPath artifacts\JohnnyGuitarNVSE-Release-${{ env.artifact_timestamp }}.zip
Compress-Archive -Path JG\Debug\johnnyguitar.dll -DestinationPath artifacts\JohnnyGuitarNVSE-Debug-${{ env.artifact_timestamp }}.zip
shell: pwsh

- name: Publish Zipped Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 76d19e6

Please sign in to comment.