Skip to content

Commit

Permalink
fix: test github artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Sep 5, 2024
1 parent adbff33 commit b98bda3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build React
on:
push:
branches: ["**"]
workflow_call:

jobs:
build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
types: [published]

jobs:
build:
uses: ./.github/workflows/build.yml
release:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -14,7 +17,7 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: build.zip
name: build

- name: Upload Artifacts to GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit b98bda3

Please sign in to comment.