Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filipandren committed Apr 17, 2024
1 parent 0022e86 commit 9806303
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
id: create-archive
run: zip -r "${{ github.workspace }}/test-cases" test-cases

- name: Create Artifact
id: create-artifact
uses: actions/upload-artifact@v4
with:
name: test-cases-markdown
path: ./test-cases.zip

# - name: Create Release
# id: create-release
# uses: actions/create-release@v1
Expand Down

0 comments on commit 9806303

Please sign in to comment.