Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
chore: remove archive step
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-0acf4 committed Jun 1, 2024
1 parent 440a42f commit ab2fc56
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,10 @@ jobs:
cd rokahon-server
make compile
- name: Archive build for ${{ matrix.os }}
run: |
cd rokahon-server
tar -czvf ../rokahon-${{ github.ref_name }}-${{ matrix.os }}.tar.gz *
- name: Release ${{ matrix.os }}
uses: svenstaro/upload-release-action@v2
with:
tag: ${{ github.ref }}
file: "rokahon-${{ github.ref_name }}-${{ matrix.os }}.tar.gz"
asset_name: "rokahon-${{ github.ref_name }}-${{ matrix.os }}.tar.gz"
file: "rokahon-server/rokahon-${{ github.ref_name }}-${{ matrix.os }}${{ matrix.extension }}"
asset_name: "rokahon-${{ github.ref_name }}-${{ matrix.os }}${{ matrix.extension }}"
overwrite: true

0 comments on commit ab2fc56

Please sign in to comment.