Skip to content

Commit

Permalink
fix: Update artifact upload configuration in devbuild.yml to use vers…
Browse files Browse the repository at this point in the history
…ioned name and adjust file path
  • Loading branch information
jqshuv committed Dec 30, 2024
1 parent 9ebdabb commit 7057c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ jobs:
- name: 🏹 Upload
uses: actions/upload-artifact@v4
with:
name: packs
path: JqshuvPack-${{ matrix.version }}.X.zip
name: JqshuvPack-${{ matrix.version }}
path: temp-${{ matrix.version }}/*

0 comments on commit 7057c03

Please sign in to comment.