Skip to content

Commit

Permalink
Fix the release name
Browse files Browse the repository at this point in the history
  • Loading branch information
liangtie committed Dec 1, 2023
1 parent 688cb0d commit fce2553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kicad-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# /opt/homebrew

- name: Triggers a build
run: ./build.py --arch=arm64 --target package-kicad-unified --kicad-git-url https://gitlab.com/Liangtie/kicad.git --kicad-ref origin/dev --release_name test
run: ./build.py --arch=arm64 --target package-kicad-unified --kicad-git-url https://gitlab.com/Liangtie/kicad.git --kicad-ref origin/dev --release-name test

# - name: Cache kicad build
# uses: actions/cache@v3
Expand Down

0 comments on commit fce2553

Please sign in to comment.