Skip to content

Commit

Permalink
fix artifact deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m authored Aug 29, 2024
1 parent a98685c commit a889c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,12 @@ jobs:
cp app.py streamlit_exe
- name: Delete OpenMS bin artifact
uses: actions/delete-artifact@v4
uses: geekyeggo/delete-artifact@v5
with:
name: OpenMS-bin

- name: Delete OpenMS share artifact
uses: actions/delete-artifact@v4
uses: geekyeggo/delete-artifact@v5
with:
name: OpenMS-share

Expand Down

0 comments on commit a889c0f

Please sign in to comment.