Skip to content

Commit

Permalink
[Revert] Revert Bad upload-artifact Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Jan 4, 2024
1 parent cba3cbe commit 7f8d546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-build.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
mv ../EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.tar.gz .
- name: Upload build files
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: Built files
path: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
filepath: './EDMC_Installer_Config.iss'

- name: Upload build files
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: Built files
path: |
Expand Down

0 comments on commit 7f8d546

Please sign in to comment.