We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a23771 commit 2b42ec9Copy full SHA for 2b42ec9
.github/workflows/prerelease.yml
@@ -44,9 +44,10 @@ jobs:
44
./gradlew -PideProfileName=${{ matrix.version }} ${{ matrix.build_target }}
45
- name: Fix artifact name
46
env:
47
+ BUILD_TARGET: "${{ matrix.build_target }}"
48
ARTIFACT_NAME: "${{ matrix.build_target }}-${{ matrix.version }}"
49
run: |
- echo "ARTIFACT_SUBPATH=$(echo $ARTIFACT_NAME | sed -e 's/^:plugin-//' -e 's/:buildPlugin$//' -e 's/:/\//')" >> $GITHUB_ENV
50
+ echo "ARTIFACT_SUBPATH=$(echo $BUILD_TARGET | sed -e 's/^:plugin-//' -e 's/:buildPlugin$//' -e 's/:/\//')" >> $GITHUB_ENV
51
echo "ARTIFACT_NAME=${ARTIFACT_NAME//:}" >> $GITHUB_ENV
52
- name: Upload artifact
53
uses: actions/upload-artifact@v4
0 commit comments