Skip to content

Commit

Permalink
ci: fix action restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Icexbb committed Dec 7, 2024
1 parent ac397a6 commit a1154b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: dotnet build ${{ env.PROJECT_NAME }} --configuration Release --no-restore -o ${{ env.BUILD_DIR }}
- run: cp -r ${{ env.RESOURCE_DIR }} ${{ env.BUILD_DIR }}

- run: zip -r ${{ env.BUILD_DIR }}.zip ${{ env.BUILD_DIR }}
- run: resource/vapourSynth/7z.exe a ${{ env.BUILD_DIR }}.7z ${{ env.BUILD_DIR }} -r -mx=9
- uses: actions/upload-artifact@v4
with:
name: SekaiTools.Nightly.zip
Expand Down

0 comments on commit a1154b5

Please sign in to comment.