Skip to content

Commit

Permalink
Use the correct upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 10, 2024
1 parent 996e852 commit ab83644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
./BinaryPatcher.exe
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-artifact@v4
with:
path: "ForgedAlliance_exxt.exe"
name: "ForgedAlliance_${{ github.sha }}.exe"
retention-days: 7
name: "ForgedAlliance_${{ github.sha }}"
path: |
ForgedAlliance_exxt.exe

0 comments on commit ab83644

Please sign in to comment.