Skip to content

Commit

Permalink
Update Create-Release-with-SPT-AKI-Integration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicm93 authored Feb 25, 2024
1 parent fa47d3c commit 739fae6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ jobs:
echo "ZIP_NAME=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^ZIP_NAME=").Value.Split('=')[1]" >> $GITHUB_ENV
echo "COMMIT_SHORT=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^CommitShort=").Value.Split('=')[1]" >> $GITHUB_ENV
echo "AKI_VERSION=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^AKI_VERSION=").Value.Split('=')[1]" >> $GITHUB_ENV
- name: Debug output variables
run: |
echo "AKI_VERSION: ${{ env.AKI_VERSION }}"
echo "COMMIT_SHORT: ${{ env.COMMIT_SHORT }}"
echo "ZIP_NAME: ${{ env.ZIP_NAME }}"
- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 739fae6

Please sign in to comment.