Skip to content

Commit

Permalink
fix: Reorder cleanup and upload steps in devbuild.yml for better arti…
Browse files Browse the repository at this point in the history
…fact management
  • Loading branch information
jqshuv committed Dec 30, 2024
1 parent 5da8134 commit 9ebdabb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,14 @@ jobs:
with:
files: temp-${{ matrix.version }}/*
dest: JqshuvPack-${{ matrix.version }}.X.zip
#- name: 🏹 Upload
# uses: actions/upload-artifact@v4
# with:
# name: packs
# path: JqshuvPack-${{ matrix.version }}.X.zip

- name: 🧹 Cleanup
uses: geekyeggo/delete-artifact@v5
with:
name: PackTemporary-${{ matrix.version }}.X

- name: 🏹 Upload
uses: actions/upload-artifact@v4
with:
name: packs
path: JqshuvPack-${{ matrix.version }}.X.zip

0 comments on commit 9ebdabb

Please sign in to comment.