Skip to content

Commit

Permalink
Rsdk 9547 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston authored Dec 20, 2024
1 parent 436e230 commit 03d50af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: appimage-${{ matrix.platform }}.tar.gz
path: module.tar.gz

upload:
needs: appimage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
name: pr-variables-${{ matrix.platform }}
path: |
pr-${{ matrix.platform }}.env
pr.env
retention-days: 1

- name: Check out main branch code
Expand Down

0 comments on commit 03d50af

Please sign in to comment.