Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EtoShinya authored Feb 18, 2025
1 parent 627e623 commit b404532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
msbuild ${{ env.PROJECT_FILE_PATH }} /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }}
- name: Upload Build Artifact
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4.1.0
with:
name: build-artifact
path: ./cheat/bin/Release-x64/SLA_Cheeto.dll
if-no-files-found: error
if-no-files-found: error

0 comments on commit b404532

Please sign in to comment.