Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed May 15, 2024
1 parent 975173c commit fbc0d0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,11 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: "${{ github.event.repository.name }}-Release"
- run : |
shopt -s globstar
ls ${{ github.event.repository.name }}-Release/**
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: test
files: "combined_fmus/${{ github.event.repository.name }}-Release.fmu"
files: ""${{ github.event.repository.name }}-Release/${{ github.event.repository.name }}-Release.fmu"

0 comments on commit fbc0d0d

Please sign in to comment.