Updated Tag Name

This commit is contained in:
Nikhil Badyal
2022-08-15 07:34:08 +05:30
parent b560c684af
commit fb5d724e8e
+6 -1
View File
@@ -37,9 +37,14 @@ jobs:
run: | run: |
docker-compose up docker-compose up
- name: Get Date
id: get-date
run: |
echo ::set-output name=date::$(TZ='Asia/Kolkata' date +"%Y.%m.%d-%H.%M.%S")
- name: Upload Build Artifact - name: Upload Build Artifact
uses: ncipollo/release-action@v1.10.0 uses: ncipollo/release-action@v1.10.0
with: with:
artifacts: "apks/*-output.apk" artifacts: "apks/*-output.apk"
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
tag: Latest-${{ github.run_id }}-${{ github.run_attempt }} tag: Build-${{ steps.get-date.outputs.date }}