Skip to content

Commit 5360c19

Browse files
author
OlegT
committed
ALTV-716 fix build
1 parent 5a28215 commit 5360c19

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build-deploy-custom.yml

-14
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,3 @@ jobs:
184184
ref: main
185185
repo: altmp/altv-docker
186186
token: ${{ steps.get_workflow_token.outputs.token }}
187-
188-
delete-artifacts:
189-
name: Delete artifacts
190-
runs-on: ubuntu-20.04
191-
needs: [ create-release, deploy-cdn ]
192-
if: ${{ always() }}
193-
steps:
194-
- name: Delete artifacts
195-
uses: geekyeggo/delete-artifact@v2
196-
with:
197-
name: |
198-
js-module-linux
199-
js-module-windows
200-
js-module-windows-debug

0 commit comments

Comments
 (0)