Skip to content

Commit

Permalink
Update euphoria.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaberek authored Nov 17, 2024
1 parent 9f0c90a commit 5f6c867
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/euphoria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ jobs:
with:
name: euphoria-${{env.euphoria-version}}-${{matrix.platform}}-${{env.SHA}}
path: |
build-${{matrix.platform}}/
config-${{matrix.platform}}.gnu
!build-${{matrix.platform}}/**/*.o
./source/build-${{matrix.platform}}/
./source/config-${{matrix.platform}}.gnu
./source/euphoria-${{env.euphoria-version}}-${{matrix.platform}}-${{env.SHA}}.*
!./source/build-${{matrix.platform}}/**/*.o
- name: Publish Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 5f6c867

Please sign in to comment.