From 8d4a856c2a373d4a380bb4e00bdf5430f2e8075c Mon Sep 17 00:00:00 2001 From: matteo Date: Thu, 14 Mar 2024 20:32:12 +0100 Subject: [PATCH] Update .gitea/workflows/release.yaml --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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