Skip to content

Commit

Permalink
fortnite updated to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuckwaffel committed Apr 25, 2024
2 parents 6412772 + ac86074 commit 08eb333
Show file tree
Hide file tree
Showing 29 changed files with 1,931 additions and 451 deletions.
1 change: 1 addition & 0 deletions .actrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-P windows-latest=-self-hosted
18 changes: 18 additions & 0 deletions .github/workflows/build-verification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build UEDumper
on:
pull_request:
push:
jobs:
build:
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4

- name: Configure build for x64
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

- name: Build
run: msbuild
Loading

0 comments on commit 08eb333

Please sign in to comment.