diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 30cb291..423cbbb 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -7,7 +7,7 @@ jobs: - run: echo "Action started" - name: Check out repository uses: actions/checkout@v3 - - run: apt install zip + - run: apt update && apt install zip - run: zip -r YouTubeMusic.zip . - name: Release uses: https://gitea.com/actions/release-action@main