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 fbc0d0d commit c50a3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: "${{ github.event.repository.name }}-Release"
- run : |
- run: |
shopt -s globstar
ls ${{ github.event.repository.name }}-Release/**
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: test
files: ""${{ github.event.repository.name }}-Release/${{ github.event.repository.name }}-Release.fmu"
files: "${{ github.event.repository.name }}-Release/${{ github.event.repository.name }}-Release.fmu"

0 comments on commit c50a3dd

Please sign in to comment.