Skip to content

Commit

Permalink
Attempt at fixing upload artifact step in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandao0 committed Jan 14, 2025
1 parent 1480bbc commit d205458
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [push, pull_request]
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build-docker:
Expand Down Expand Up @@ -68,7 +73,7 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Fetch all history and metadata
run: git fetch --prune --unshallow

Expand Down Expand Up @@ -136,5 +141,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Maven
name: Codex-Maven
path: ~/releases

0 comments on commit d205458

Please sign in to comment.