Skip to content

Commit

Permalink
a test
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Jan 18, 2024
1 parent 02157e4 commit af5452a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: fiscodegen-latest-windows
path: build/build
path: build/build

- name: Upload a release
if: matrix.os == 'ubuntu-latest'
uses: softprops/action-gh-release@v1
with:
files: |
build/build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit af5452a

Please sign in to comment.