Skip to content

Commit

Permalink
Update build-wpf-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voc0der authored Feb 3, 2025
1 parent d298952 commit bdc89ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-wpf-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Step 7: Archive x86 binaries as build artifacts
- name: Archive x86 Release binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Release-build-x86
path: |
Expand All @@ -67,7 +67,7 @@ jobs:
# Step 10: Archive x64 binaries as build artifacts
- name: Archive x64 Release binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Release-build-x64
path: |
Expand All @@ -84,13 +84,13 @@ jobs:

# Step 2: Download the build artifacts (x86 and x64)
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Release-build-x86
path: ./bin/Release/x86/

- name: Download build artifacts (x64)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Release-build-x64
path: ./bin/Release/x64/
Expand Down

0 comments on commit bdc89ea

Please sign in to comment.