From 346feed87ca30effd5775794644f57b0a797dfcf Mon Sep 17 00:00:00 2001 From: Jacek Czaja Date: Wed, 8 Jun 2022 13:44:50 +0200 Subject: [PATCH] - artifacts publishg fix --- .github/workflows/building.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/building.yaml b/.github/workflows/building.yaml index f75d867..278c531 100644 --- a/.github/workflows/building.yaml +++ b/.github/workflows/building.yaml @@ -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: