Skip to content

Commit

Permalink
RSDK-9547: fix artifact v4 upload (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston authored Dec 20, 2024
1 parent 0ae0284 commit 436e230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: appimage-${{ matrix.platform }}
path: module.tar.gz
path: appimage-${{ matrix.platform }}.tar.gz

upload:
needs: appimage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Upload PR variables
uses: actions/upload-artifact@v4
with:
name: pr-variables
name: pr-variables-${{ matrix.platform }}
path: |
pr.env
pr-${{ matrix.platform }}.env
retention-days: 1

- name: Check out main branch code
Expand Down

0 comments on commit 436e230

Please sign in to comment.