Skip to content

Commit

Permalink
ci: include every file
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Apr 4, 2024
1 parent fbb8474 commit 3cdbdf5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: cat "${{ steps.git-cliff.outputs.changelog }}"

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GH_TOKEN }}
name: "v${{ env.RELEASE_VERSION }}"
Expand Down Expand Up @@ -95,9 +95,7 @@ jobs:
mkdir -p "${ARCHIVE_DIR}"
# Source
cp -r "src" "$ARCHIVE_DIR"
# README, LICENSE and CHANGELOG files
cp "README.md" "LICENSE" "CHANGELOG.md" "$ARCHIVE_DIR"
cp -r * "$ARCHIVE_DIR"
# Compress
pushd "${PKG_STAGING}/" >/dev/null
Expand Down

0 comments on commit 3cdbdf5

Please sign in to comment.