Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
micl2e2 committed Sep 28, 2023
1 parent d94d741 commit 0201575
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-tdlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Get current date
run: echo "CURR_DATE=$(date +'%Y%m%d')" >> "$GITHUB_ENV"
- uses: actions/checkout@v3
with:
ref: master
Expand All @@ -20,9 +22,9 @@ jobs:
- name: OCI Image
uses: actions/upload-artifact@v3
with:
name: tg-focus-tdlib-1817
name: tdlib-${{ env.CURR_DATE }}
path: |
tg-focus-tdlib-1817*
tdlib-*
Expand Down

0 comments on commit 0201575

Please sign in to comment.