mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
ci(build): do not use deprecated params for goreleaser
This commit is contained in:
parent
5133b5f3d4
commit
ff29ef0247
2
.github/workflows/build_code.yml
vendored
2
.github/workflows/build_code.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: latest
|
version: latest
|
||||||
args: build --rm-dist --snapshot --skip-post-hooks --skip-before
|
args: build --clean --snapshot --skip=post-hooks --skip=before
|
||||||
workdir: src
|
workdir: src
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
|
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
|
||||||
|
|
Loading…
Reference in a new issue