+6
-10
lines changedFilter options
+6
-10
lines changed Original file line number Diff line number Diff line change
@@ -14,18 +14,14 @@ jobs:
14
14
distribution: 'zulu'
15
15
java-version: '8'
16
16
cache: 'maven'
17
-
- run: echo "::set-output name=name::${GITHUB_REF:10}"
18
-
id: version
19
-
- name: Update Version
20
-
run: ./mvnw versions:set -DnewVersion=${{ steps.version.outputs.name }}
21
-
- name: Build Package
22
-
run: ./mvnw package
23
-
- name: Upload Package
24
-
uses: actions/upload-release-asset@v1
17
+
- run: echo "VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
18
+
- run: ./mvnw versions:set -DnewVersion=${{ env.VERSION }}
19
+
- run: ./mvnw package
20
+
- uses: actions/upload-release-asset@v1
25
21
env:
26
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
23
with:
28
24
upload_url: ${{ github.event.release.upload_url }}
29
-
asset_path: ./target/allure-bamboo-${{ steps.version.outputs.name }}.jar
30
-
asset_name: allure-bamboo-${{ steps.version.outputs.name }}.jar
25
+
asset_path: ./target/allure-bamboo-${{ env.VERSION }}.jar
26
+
asset_name: allure-bamboo-${{ env.VERSION }}.jar
31
27
asset_content_type: application/octet-stream
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4