Skip to content

Commit

Permalink
Renamed the script and the app
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFavoslav committed Jan 2, 2025
1 parent 5d65539 commit fd81a20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
- name: Download External Script
shell: pwsh
run: |
Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/mrFavoslav/KeyDrop-BOT/main/script/keydrop_giveaway_script.js' `
Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/mrFavoslav/KeyDrop-BOT/main/script/KeyDropBOT_client.js' `
-Headers @{ Authorization = "token ${{ secrets.GH_TOKEN }}" } `
-OutFile 'keydrop_giveaway_script.js'
-OutFile 'KeyDropBOT_client.js'
- name: Rename Release Binary
run: |
if (Test-Path app\Guidzgo\bin\Release\Guidzgo.exe) {
Rename-Item -Path app\Guidzgo\bin\Release\Guidzgo.exe -NewName KeyDrop-BOT.exe
Rename-Item -Path app\Guidzgo\bin\Release\Guidzgo.exe -NewName KeyDrop-BOT_server.exe
} else {
Write-Error "Release binary not found."
}
Expand All @@ -71,8 +71,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
app/Guidzgo/bin/Release/KeyDrop-BOT.exe
keydrop_giveaway_script.js
app/Guidzgo/bin/Release/KeyDrop-BOT_server.exe
KeyDropBOT_client.js
Source code (zip)
Source code (tar.gz)
env:
Expand Down
File renamed without changes.

0 comments on commit fd81a20

Please sign in to comment.