Skip to content

Commit

Permalink
Unpack files to check
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 12, 2024
1 parent 3be37d6 commit 231f40b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dfint-installer"
version = "0.2.1-test"
version = "0.2.1-test2"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit 231f40b

Please sign in to comment.