Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Jan 18, 2024
1 parent 5724e37 commit eaef3cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@ jobs:
- name: Build
run: cmake --build build

- name: Upload artifacts
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
with:
name: fiscodegen-latest-linux
path: build/build

- name: Upload artifacts
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v4
with:
name: fiscodegen-latest-windows
path: build/build

- name: Deploy
if: matrix.os == 'ubuntu-latest'
uses: s0/git-publish-subdir-action@develop
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*.lib

# Executables
*.exe
*.pdb
*.out
*.app

Expand Down

0 comments on commit eaef3cb

Please sign in to comment.