Skip to content

Commit

Permalink
- artifacts publishg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jczaja committed Jun 8, 2022
1 parent 0a92581 commit 346feed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/building.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build
run: mkdir etradeTaxReturnHelper && cargo build --release && dir && dir target && dir target\release && xcopy target\release\etradeTaxReturnHelper etradeTaxReturnHelper /E /C /H /R /K /O /Y
run: mkdir etradeTaxReturnHelper && cargo build --release && dir && dir target\release && xcopy target\release\etradeTaxReturnHelper.exe etradeTaxReturnHelper /E /C /H /R /K /O /Y
- name: Archiving
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 346feed

Please sign in to comment.