Skip to content

Commit

Permalink
Update harbour_bcc_32.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveTechSoft authored Nov 3, 2023
1 parent 90b31a4 commit ed453ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/harbour_bcc_32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
copy harbour\include output\include
- name: Get current time
uses: srfrnk/current-time@master
id: current-time
uses: gerred/[email protected]
with:
format: YYYY_MM_DD

format: 'YYYYMMDD'
- name: Upload Harbour to artifact
env:
TIME: "${{ steps.current-time.outputs.formattedTime }}"
uses: actions/upload-artifact@v2
TIME: "${{ steps.current-time.outputs.formattedTime }}"
uses: actions/upload-artifact@v3
with:
name: harbour_win32_bcc_${{ env.TIME }}
path: output

0 comments on commit ed453ac

Please sign in to comment.