Skip to content

Commit

Permalink
- updated artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jczaja committed Sep 8, 2024
1 parent 860f373 commit 369dc96
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 @@ -33,7 +33,7 @@ jobs:
- name: Build
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
uses: actions/upload-artifact@v4
with:
name: assets-for-download
path: etradeTaxReturnHelper
Expand Down

0 comments on commit 369dc96

Please sign in to comment.