Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eizedev committed Jan 14, 2024
1 parent 72e4f7e commit 85f70a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:

- name: Test packaging of x86_64
run: |
RELEASE_VERSION=${{ steps.get_release.outputs.tag_name }}
cd ${GITHUB_WORKSPACE}/src/dsm7; ARCH=x86_64 make build
cd ${GITHUB_WORKSPACE}/src/dsm7; RELEASE_VERSION=${{ steps.get_release.outputs.tag_name }} ARCH=x86_64 make build
- name: Test packaging of all architectures
run: |
Expand Down

0 comments on commit 85f70a3

Please sign in to comment.