Skip to content

Commit

Permalink
Updated release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodo45127 committed Feb 2, 2025
1 parent 3fb094c commit 210830e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,15 +265,15 @@ jobs:
- name: Upload build artifact (Linux)
id: upload-release-asset-linux
if: matrix.os == 'self-hosted-linux'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rpfm-${{ steps.get_version.outputs.version }}-${{ matrix.TARGET }}.${{ matrix.EXTENSION }}
path: /usr/src/app/_work/rpfm/rpfm-${{ steps.get_version.outputs.version }}-${{ matrix.TARGET }}.${{ matrix.EXTENSION }}

- name: Upload build artifact (Windows)
id: upload-release-asset-windows
if: matrix.os == 'self-hosted-windows'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rpfm-${{ steps.get_version.outputs.version }}-${{ matrix.TARGET }}.${{ matrix.EXTENSION }}
path: ${{ matrix.DDISK }}:/deploy/rpfm-release-assets/rpfm-${{ steps.get_version.outputs.version }}-${{ matrix.TARGET }}.${{ matrix.EXTENSION }}
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./downloads

Expand Down

0 comments on commit 210830e

Please sign in to comment.