From 231f40bd3ba69f737faa0a7628c9457c2a3ecb0f Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Sun, 12 May 2024 14:11:31 +0000 Subject: [PATCH] Unpack files to check --- .github/workflows/release-check.yml | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index d2ad19e..640d414 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -8,6 +8,11 @@ jobs: virustotal: runs-on: ubuntu-latest steps: + - name: Unpack files + run: | + tar -xvf dfint-installer*.tar.gz + unzip dfint-installer*.zip + - name: VirusTotal Scan uses: crazy-max/ghaction-virustotal@v4 with: diff --git a/Cargo.toml b/Cargo.toml index b70a529..3509f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfint-installer" -version = "0.2.1-test" +version = "0.2.1-test2" edition = "2021" build = "build.rs"