Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Jan 20, 2025
1 parent 802ac7d commit e029d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sysext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
just build
ls -l
mv *.raw ../artifacts/
mv *.raw artifacts/
- name: Create a release
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit e029d13

Please sign in to comment.