mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-24 14:28:20 +02:00
use dpkg --print-architecture
This commit is contained in:
parent
cc259da0cb
commit
1f75309ffd
3 changed files with 1 additions and 6 deletions
|
@ -38,9 +38,6 @@ inputs:
|
|||
prerelease:
|
||||
description: 'Mark Release as Pre-Release'
|
||||
default: 'false'
|
||||
architecture:
|
||||
description: 'Set the architecture of the runner on which the action executes'
|
||||
default: amd64
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
@ -96,7 +93,5 @@ runs:
|
|||
echo -n "${{ inputs.gpg-passphrase }}" > $TMP_DIR/gpg-passphrase
|
||||
export GPG_PASSPHRASE="$TMP_DIR/gpg-passphrase"
|
||||
|
||||
export ARCH="${{ inputs.architecture }}"
|
||||
|
||||
forgejo-release.sh ${{ inputs.direction }}
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue