Skip to content

Commit

Permalink
Artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lagergren committed Sep 11, 2024
1 parent bdf7c85 commit 8e1336d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
else
echo "This is a release version. Proceeding with release."
current_release="$VERSION"
echo "CURRENT_RELEASE=$VERSION" >> $GITHUB_ENV
echo "CURRENT_RELEASE=v$VERSION" >> $GITHUB_ENV
fi
last_release=$(gh release view --json tagName -q '.tagName')
echo "LAST_RELEASE=$last_release" >> $GITHUB_ENV
Expand Down Expand Up @@ -94,5 +94,5 @@ jobs:
if: env.CURRENT_RELEASE != ''
uses: actions/upload-artifact@v4
with:
name: xdk-${{ env.VERSION }}-${{ env.OS_NAME }}-artifact
name: xdk-${{ env.VERSION }}-${{ env.OS_NAME }}.${{ env.ARTIFACT_SUFFIX }}
path: xdk/build/distributions/xdk*${{ env.OS_NAME }}*.${{ env.ARTIFACT_SUFFIX }}

0 comments on commit 8e1336d

Please sign in to comment.