Skip to content

Commit

Permalink
fix: Correct artifact name variable and update version format in devb…
Browse files Browse the repository at this point in the history
…uild.yml
  • Loading branch information
jqshuv committed Dec 30, 2024
1 parent ad3c9e0 commit e6f81c9
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 @@ -45,7 +45,7 @@ jobs:
uses: ComunidadAylas/PackSquash-action@v4
with:
packsquash_version: latest
artifact_name: JqshuvPack-${{ matrix.pack_version }}.X
artifact_name: JqshuvPack-${{ matrix.version }}.X
options: |
pack_directory = '.'
output_file_path = '/tmp/pack.zip'
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
version: [1.16, 1.17, 1.18, 1.19, 1.20]
version: [1.16, 1.17, 1.18, 1.19, "1.20"]
steps:
- name: "🔽 Download Packs"
uses: actions/download-artifact@v4
Expand Down

0 comments on commit e6f81c9

Please sign in to comment.