Skip to content

Commit

Permalink
Bump to API 11
Browse files Browse the repository at this point in the history
* API 11

* Fix action
  • Loading branch information
SubZero0 authored Nov 18, 2024
1 parent 21c1c0b commit de0746e
Show file tree
Hide file tree
Showing 5 changed files with 7,460 additions and 1,433 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
cd "$Env:GITHUB_WORKSPACE"
Copy-Item -Path .\SkipCutscene\bin\Release\net8.0-windows\SkipCutscene.json -Destination .\SkipCutscene\bin\Package\
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: SkipCutscene
path: ${{ github.workspace }}\SkipCutscene\bin\Release\net8.0-windows
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Package
path: ${{ github.workspace }}\SkipCutscene\bin\Package\
Expand Down
Binary file modified Lib/Dalamud/Dalamud.dll
Binary file not shown.
Loading

0 comments on commit de0746e

Please sign in to comment.