Skip to content

Commit

Permalink
modified artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayaktorus committed Jun 10, 2024
1 parent debf525 commit 121b3bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/authservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
id: get-time
run: echo "::set-output name=timestamp::$(date +%Y%m%d%H%M%S)"

# - name: Upload test results
# if: always()
# uses: actions/upload-artifact@v3
# with:
# name: artifact-${{ github.run_id }}-${{ github.job }}-${{ steps.get-time.outputs.timestamp }}
# path: test-results/*
# if-no-files-found: ignore
- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
with:
name: artifact-${{ github.run_id }}-${{ github.job }}-${{ steps.get-time.outputs.timestamp }}
path: test-results/*
if-no-files-found: ignore
- name: Update Discord
uses: sarisia/actions-status-discord@v1
if: always()
Expand Down

0 comments on commit 121b3bb

Please sign in to comment.