Skip to content

Commit

Permalink
Edited names of app elements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFavoslav committed Jan 2, 2025
1 parent be35c2f commit d25e4b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
run: msbuild app/Guidzgo.sln /p:Configuration=Debug
working-directory: ${{ github.workspace }}

- name: Log Directory Structure
run: tree app /F

- name: Debug Build Output
run: |
if (Test-Path app\Guidzgo\bin\Release) {
Expand Down Expand Up @@ -62,11 +59,19 @@ jobs:
-Headers @{ Authorization = "token ${{ secrets.GH_TOKEN }}" } `
-OutFile 'keydrop_giveaway_script.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
} else {
Write-Error "Release binary not found."
}
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: |
app/Guidzgo/bin/Release/Guidzgo.exe
app/Guidzgo/bin/Release/KeyDrop-BOT.exe
keydrop_giveaway_script.js
Source code (zip)
Source code (tar.gz)
Expand Down
4 changes: 2 additions & 2 deletions app/Guidzgo/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d25e4b9

Please sign in to comment.