Skip to content

Commit a273167

Browse files
committed
fix: Use args for --allow-dirty
1 parent a409e70 commit a273167

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
- name: Cargo Package
6868
uses: actions-rs/cargo@v1
6969
with:
70-
command: package --allow-dirty
70+
command: package
71+
args: --allow-dirty
7172

7273
- name: Publish Release (Github Release)
7374
uses: softprops/action-gh-release@v1
@@ -112,7 +113,8 @@ jobs:
112113
- name: Cargo Package
113114
uses: actions-rs/cargo@v1
114115
with:
115-
command: package --allow-dirty
116+
command: package
117+
args: --allow-dirty
116118

117119
- name: Publish Release (Github Release)
118120
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)