Skip to content

Commit

Permalink
Update Build and Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yodaluca23 authored Jun 21, 2024
1 parent 9cbbc6d commit 7eee1d8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
uses: crazy-max/ghaction-virustotal@v4
id: vt-spotify
with:
file: "Build Components/Spotify.ipa"
api_key: ${{ env.VIRUSTOTALKEY }}
files: "Build Components/Spotify.ipa"
vt_api_key: ${{ env.VIRUSTOTALKEY }}
verbose: false
- name: Set VirusTotal Analysis URL for Spotify IPA
if: ${{ env.VIRUSTOTALKEY }}
Expand All @@ -72,8 +72,8 @@ jobs:
uses: crazy-max/ghaction-virustotal@v4
id: vt-eevee
with:
file: "Build Components/Eevee-arm"
api_key: ${{ env.VIRUSTOTALKEY }}
files: "Build Components/Eevee-arm"
vt_api_key: ${{ env.VIRUSTOTALKEY }}
verbose: false
- name: Set VirusTotal Analysis URL for EeveeSpotify
if: ${{ env.VIRUSTOTALKEY }}
Expand All @@ -94,8 +94,8 @@ jobs:
uses: crazy-max/ghaction-virustotal@v4
id: vt-swiftprotobuf
with:
file: "Build Components/SwiftProtobuf-arm"
api_key: ${{ env.VIRUSTOTALKEY }}
files: "Build Components/SwiftProtobuf-arm"
vt_api_key: ${{ env.VIRUSTOTALKEY }}
verbose: false
- name: Set VirusTotal Analysis URL for SwiftProtobuf
if: ${{ env.VIRUSTOTALKEY }}
Expand All @@ -115,8 +115,8 @@ jobs:
uses: crazy-max/ghaction-virustotal@v4
id: vt-orion
with:
file: "Build Components/orion"
api_key: ${{ env.VIRUSTOTALKEY }}
files: "Build Components/orion"
vt_api_key: ${{ env.VIRUSTOTALKEY }}
verbose: false
- name: Set VirusTotal Analysis URL for Orion
if: ${{ env.VIRUSTOTALKEY }}
Expand All @@ -136,8 +136,8 @@ jobs:
uses: crazy-max/ghaction-virustotal@v4
id: vt-sposify
with:
file: "Build Components/sposify"
api_key: ${{ env.VIRUSTOTALKEY }}
files: "Build Components/sposify"
vt_api_key: ${{ env.VIRUSTOTALKEY }}
verbose: false
- name: Set VirusTotal Analysis URL for Sposify
if: ${{ env.VIRUSTOTALKEY }}
Expand All @@ -157,8 +157,8 @@ jobs:
uses: crazy-max/ghaction-virustotal@v4
id: vt-sposifyfix
with:
file: "Build Components/sposifyfix"
api_key: ${{ env.VIRUSTOTALKEY }}
files: "Build Components/sposifyfix"
vt_api_key: ${{ env.VIRUSTOTALKEY }}
verbose: false
- name: Set VirusTotal Analysis URL for SposifyFix
if: ${{ env.VIRUSTOTALKEY }}
Expand All @@ -182,8 +182,8 @@ jobs:
uses: crazy-max/ghaction-virustotal@v4
id: vt-openspotify
with:
file: "Build Components/OpenSpotifySafariExtension.zip"
api_key: ${{ env.VIRUSTOTALKEY }}
files: "Build Components/OpenSpotifySafariExtension.zip"
vt_api_key: ${{ env.VIRUSTOTALKEY }}
verbose: false
- name: Set VirusTotal Analysis URL for OpenSpotifySafariExtension
if: ${{ env.VIRUSTOTALKEY }}
Expand Down Expand Up @@ -236,8 +236,8 @@ jobs:
uses: crazy-max/ghaction-virustotal@v4
id: vt-spotc
with:
file: "${{ env.componentspath }}/SpotifyPatched.ipa"
api_key: ${{ env.VIRUSTOTALKEY }}
files: "${{ env.componentspath }}/SpotifyPatched.ipa"
vt_api_key: ${{ env.VIRUSTOTALKEY }}
verbose: false
- name: Set VirusTotal Analysis URL for SpotC++
if: ${{ env.VIRUSTOTALKEY }}
Expand Down

0 comments on commit 7eee1d8

Please sign in to comment.