Skip to content

Commit

Permalink
Trying building
Browse files Browse the repository at this point in the history
  • Loading branch information
HerXayah authored Jan 22, 2024
1 parent 452397c commit f0bc656
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: windows-latest

steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Install UPX
uses: crazy-max/ghaction-upx@v3
with:
install-only: true
-
name: UPX version
run: upx --version
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- name: Run Build
run: |
build.bat
- uses: actions/upload-artifact@v4
with:
name: DiscordFixer.exe
path: /DiscordFixer.exe

0 comments on commit f0bc656

Please sign in to comment.