Skip to content

Commit

Permalink
Merge pull request #57 from siketyan/ci/remove-uploading-artifact
Browse files Browse the repository at this point in the history
ci: Remove uploading 'target' directory as an artifact
  • Loading branch information
siketyan authored Jul 14, 2022
2 parents 7a3b30f + afcf641 commit da090d5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,22 +174,12 @@ jobs:
file: jpki-cli-${{ matrix.target }}.tar.gz
overwrite: true

- uses: actions/upload-artifact@v3
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
with:
name: workspace
path: '.'

deploy:
runs-on: ubuntu-22.04
if: ${{ github.event_name == 'release' }}
needs:
- build
steps:
- uses: actions/download-artifact@v3
with:
name: workspace

- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit da090d5

Please sign in to comment.