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 9806303 commit afc4f8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
# - name: Convert EMF to PNG
# uses: ./emf2png/

- name: Create Archive
id: create-archive
run: zip -r "${{ github.workspace }}/test-cases" test-cases
# - name: Create Archive
# 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: test-cases-markdown.zip
path: ./test-cases/

# - name: Create Release
# id: create-release
Expand Down

0 comments on commit afc4f8a

Please sign in to comment.