Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaff committed Sep 27, 2024
1 parent 245cfe2 commit 50d69d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- run: |
mkdir release
mv build-artifacts/prx_final/extern_traces.prx
mv build-artifacts/prx_final/extern_traces.prx release/extern_traces.prx
- name: release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 50d69d4

Please sign in to comment.