From ae347d9f7d177862efd779f69f27012bd3e88368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Ferech?= Date: Tue, 21 Nov 2023 18:46:51 +0100 Subject: [PATCH] Checkout repository before publishing Rust release --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8413e16..fb1f4cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,6 +119,7 @@ jobs: command: upload args: --non-interactive --skip-existing * + - uses: actions/checkout@v4 - name: Install Rust uses: dtolnay/rust-toolchain@master with: