mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Updated Tag Name
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user