Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanawy committed Nov 18, 2023
1 parent 4d790f9 commit 51fbeab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Filename for archive
filename: 'release.op'
# List of excluded files / directories
exclusions: '/data /data/* .gitignore /.git/* /.github/* *.git*'
exclusions: 'data data/* .gitignore /.git/* /.github/* *.git*'
recursive_exclusions: '*.psd *.png'
- name: Upload Release
uses: ncipollo/release-action@v1.12.0
Expand Down
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "Run History"
author = "Vanawy"
category = "Overlay"
version = "0.3.4"
version = "0.3.5"

[script]
dependencies = ["MLHook", "MLFeedRaceData"]
Expand Down

0 comments on commit 51fbeab

Please sign in to comment.