Skip to content

Commit

Permalink
Update windows-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed May 5, 2024
1 parent 18778f4 commit df65473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Upload build files
uses: actions/upload-artifact@v4
with:
name: built-files-${{ matrix.runs-on }}
name: built-files-linux
path: |
EDMarketConnector-release-*.tar.gz
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Upload build files
uses: actions/upload-artifact@v4
with:
name: built-files-${{ matrix.runs-on }}
name: built-files-windows
path: |
EDMarketConnector_Installer_*.exe
EDMarketConnector-release-*.zip
Expand Down

0 comments on commit df65473

Please sign in to comment.