Skip to content

Commit

Permalink
feat: tmp -> allow artifact upload for tests. Should be removed befor…
Browse files Browse the repository at this point in the history
…e merge
  • Loading branch information
mpalourdio committed May 23, 2024
1 parent 2e5c9a3 commit 0a3c020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: mkdir tmp && zip -j tmp/flhacker.zip target/*.so target/flhacker

- name: Upload GitHub Pages artifact
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v3
with:
path: 'tmp'
Expand Down

0 comments on commit 0a3c020

Please sign in to comment.