Skip to content

Commit

Permalink
Merge pull request #48 from jczaja/jczaja/fix-46
Browse files Browse the repository at this point in the history
Fix to issue #46
  • Loading branch information
jczaja authored Jan 16, 2023
2 parents d948786 + 8287bf4 commit 3a3e74b
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\release && xcopy target\release\etradeTaxReturnHelper.exe etradeTaxReturnHelper /E /C /H /R /K /O /Y
run: mkdir etradeTaxReturnHelper && cargo build --release && dir && dir target\release && xcopy target\release\etradeTaxReturnHelper.exe etradeTaxReturnHelper /R /K /O /Y
- name: Archiving
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3a3e74b

Please sign in to comment.