Skip to content

Commit

Permalink
Update autorelease.yml
Browse files Browse the repository at this point in the history
fix:path
  • Loading branch information
yukieiji authored Jun 1, 2023
1 parent 3271751 commit 023922e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: dotnet publish ExtremeSkins.Generator\ExtremeSkins.Generator.csproj -t:restore,build -p:RestorePackagesConfig=true -p:PublishProfile="Release_Light.pubxml"
- name: Compress_AllInOne
run: |
& 'C:\Program Files\7-Zip\7z.exe' a -tzip ExtremeSkins.Generator-AllinOne.zip D:/a/ExtremeSkins.Generator/ExtremeSkins.Generator/bin/publish/AllinOne/*
& 'C:\Program Files\7-Zip\7z.exe' a -tzip ExtremeSkins.Generator-AllinOne.zip D:\a\ExtremeSkins.Generator\ExtremeSkins.Generator\ExtremeSkins.Generator\bin\publish\AllinOne\*
- name: Compress_Light
run: |
& 'C:\Program Files\7-Zip\7z.exe' a -tzip ExtremeSkins.Generator-Light.zip D:/a/ExtremeSkins.Generator/ExtremeSkins.Generator/bin/publish/Light/*
& 'C:\Program Files\7-Zip\7z.exe' a -tzip ExtremeSkins.Generator-Light.zip D:\a\ExtremeSkins.Generator\ExtremeSkins.Generator\ExtremeSkins.Generator\bin\publish\Light\*
- name: CreateRelease
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 023922e

Please sign in to comment.