Skip to content

Commit

Permalink
Changed directory changes
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbyrd committed Jun 27, 2024
1 parent 426a104 commit 1ad02d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
echo "ARCH=${RUNNER_ARCH}" >> $GITHUB_ENV
- name: Build release directory
run: |
cd build
mkdir feq-parse_${{ env.RELEASE_VERSION }}-1_${{ env.ARCH }}
cd feq-parse_${{ env.RELEASE_VERSION }}-1_${{ env.ARCH }}
mkdir DEBIAN usr usr/local usr/local/include usr/local/lib
Expand All @@ -87,7 +88,7 @@ jobs:
EOF
- name: Build .deb
run: |
dpkg --build .
dpkg --build feq-parse_${{ env.RELEASE_VERSION }}-1_${{ env.ARCH }}
- name: Create Release
id: create_release
Expand Down

0 comments on commit 1ad02d2

Please sign in to comment.