Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeDaMrAzR authored Dec 20, 2024
1 parent f42dd3c commit 2c8a125
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
dir BuildOutput
dir BuildOutput\Release
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: BuildOutput
name: BK7231GUIFlashTool
path: |
BK7231Flasher/BuildOutput/Release/*.exe
BK7231Flasher/BuildOutput/Release/*.dll
Expand All @@ -59,9 +59,9 @@ jobs:
uses: actions/checkout@v4

- name: Download Build Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: BuildOutput
name: BK7231GUIFlashTool

- name: Recreate Directory Structure
run: |
Expand All @@ -79,7 +79,7 @@ jobs:
powershell Compress-Archive -Path "BuildOutput\Release\*" -DestinationPath "release/BK7231GUIFlashTool-v${{ github.run_number }}.zip"
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 2c8a125

Please sign in to comment.