Skip to content

Commit

Permalink
add release to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Huang committed Nov 10, 2023
1 parent 42739f9 commit 79e0daf
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/github-cicd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Actions
name: Build & Release

on:
push:
Expand All @@ -25,7 +25,12 @@ jobs:
files: bin
dest: executable.zip

- name: Check Artifact
uses: actions/[email protected]
# - name: Check Artifact
# uses: actions/[email protected]
# with:
# path: ${{ github.workspace }}/executable.zip

- name: Release
uses: softprops/[email protected]
with:
path: ${{ github.workspace }}/executable.zip
files: executable.zip

0 comments on commit 79e0daf

Please sign in to comment.