Skip to content

Commit 85cb329

Browse files
committed
Test Delete old artifacts
1 parent 089e03a commit 85cb329

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/signMacOsBinaries.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ on: [push]
33
jobs:
44
# Sign the JFrog CLI binary for macOS
55
DeleteOldArtifacts:
6-
- uses: kolpav/purge-artifacts-action@v1
7-
with:
8-
token: ${{ secrets.JF_GIT_TOKEN }}
9-
expire-in: 0 # Setting this to 0 will delete all artifacts
6+
- name: Delete-Old-Artifacts
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: kolpav/purge-artifacts-action@v1
10+
with:
11+
token: ${{ secrets.JF_GIT_TOKEN }}
12+
expire-in: 0 # Setting this to 0 will delete all artifacts
1013
SignBinary:
1114
# if: ${{ contains(github.event.head_commit.message, 'Bump version from') }}
15+
needs: DeleteOldArtifacts
1216
name: Sign-JFrog-CLI-MacOS-Binary
1317
runs-on: macos-latest
1418
strategy:

0 commit comments

Comments
 (0)