Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Oct 26, 2023
1 parent bb50902 commit a2f01c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ runs:
path: |
${{ github.workspace }}/bin/**
retention-days: 14
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: Godot Rapier 2D
path: |
${{ github.workspace }}/bin/**
retention-days: 14

0 comments on commit a2f01c5

Please sign in to comment.