Skip to content

Commit

Permalink
fix: Update artifact naming in devbuild.yml to include version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Dec 30, 2024
1 parent e6f81c9 commit 484220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: vimtor/action-zip@v1
with:
files: temp-${{ matrix.version }}/*
dest: JqshuvPack-${{ matrix.version }}.X.zip
dest: JqshuvPack2-${{ matrix.version }}.X.zip
#- name: 🏹 Upload
# uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit 484220f

Please sign in to comment.