Skip to content

Commit

Permalink
chore(appium): remove deprecated set output from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed May 3, 2024
1 parent a0e1bf4 commit 57e7e7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
id: variables
run: |
dir
echo "::set-output name=version::${GITHUB_REF#refs/tags/v}"
echo "::set-output name=KEYPAIR_NAME::gt-standard-keypair"
echo "::set-output name=CERTIFICATE_NAME::gt-certificate"
echo "version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
echo "KEYPAIR_NAME=gt-standard-keypair" >> $GITHUB_OUTPUT
echo "CERTIFICATE_NAME=gt-certificate" >> $GITHUB_OUTPUT
echo "SM_HOST=${{ secrets.SM_HOST }}" >> "$GITHUB_ENV"
echo "SM_API_KEY=${{ secrets.SM_API_KEY }}" >> "$GITHUB_ENV"
echo "SM_CLIENT_CERT_FILE=D:\\certificate.p12" >> "$GITHUB_ENV"
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: signtool.exe verify /v /pa "./target/wix/*.msi"

- name: Upload Executable ⬆️
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Uplink-windows-test
path: target/wix/*.msi

0 comments on commit 57e7e7f

Please sign in to comment.