Skip to content

Commit

Permalink
stop zipping the tar
Browse files Browse the repository at this point in the history
  • Loading branch information
cablethief committed Jul 5, 2023
1 parent 9667f39 commit 36b5bff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
-
name: Make wpa_supplicant
run: make -C wpa_supplicant
-
name: setup artifacts
run: tar -czvf wpa_supplicant_amd64.tar.gz wpa_sycophant_example.conf wpa_sycophant.sh wpa_supplicant/wpa_supplicant
-
name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: wpa_supplicant_amd64.tar.gz
path: wpa_supplicant_amd64.tar.gz
name: wpa_supplicant_amd64
path: |
wpa_sycophant_example.conf
wpa_sycophant.sh
wpa_supplicant/wpa_supplicant
# -
# name: Create Release
# uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 36b5bff

Please sign in to comment.