Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Jan 24, 2025
1 parent 2393066 commit d9bd38f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ jobs:
fi
mv $tmce_jar webtop-tmceplugins.jar
- name: Upload TMCE plugin artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tmce-plugin
path: webtop-tmceplugins.jar
download-artifact:
runs-on: ubuntu-latest
needs: download-tmce-plugin
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: tmce-plugin
publish-images:
Expand Down

0 comments on commit d9bd38f

Please sign in to comment.