Skip to content

Commit

Permalink
x86 only
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Jan 17, 2024
1 parent 92d171c commit 39b38fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
git submodule update --init --recursive
start-sdk init
make
make x86
PACKAGE_ID=$(yq -oy ".id" manifest.*)
echo "::set-output name=package_id::$PACKAGE_ID"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
git submodule update --init --recursive
start-sdk init
make
make x86
- name: Setting package ID and title from the manifest
id: package
Expand Down

0 comments on commit 39b38fb

Please sign in to comment.