From b1984f7a4bea69260e1e216b89c8495d30cd2028 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Tue, 7 Feb 2023 18:00:37 -0800 Subject: [PATCH] Add the `*` because we want to zip everything include the file in the folder. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45a2efdc8..406e9a9cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Zip the dlls run: | cd osu.Game.Rulesets.Karaoke/bin/Release/net6.0/DLLs - zip -r ../osu.Game.Rulesets.Karaoke.zip ./ + zip -r ../osu.Game.Rulesets.Karaoke.zip ./* - name: Upload Release Asset uses: softprops/action-gh-release@v1 with: