Skip to content

Commit

Permalink
don't zip artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
rpitasky authored Jan 5, 2025
1 parent 388f755 commit 22739b3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,8 @@ jobs:
make
cd ../../../
mv "CEmu/tests/autotester/autotester${BIN_SUFFIX}" "./artifact/autotester${BIN_SUFFIX}"
- name: Package
shell: bash
run: |
zip "artifact-${{ matrix.name }}.zip" ./artifact/*
- name: Upload
uses: actions/upload-artifact@v4.5.0
with:
name: "artifact-${{ matrix.name }}.zip"
path: "artifact-${{ matrix.name }}.zip"
name: "build-${{ matrix.name }}"
path: "artifact/"

0 comments on commit 22739b3

Please sign in to comment.