Skip to content

Commit

Permalink
update workflow files
Browse files Browse the repository at this point in the history
phyver committed Mar 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f08bc7a commit 7ac21f6
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest_game_archive.yml
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ on:
- "*"

jobs:
gh_pre_release:
pre-release:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
fetch-depth: 0

4 changes: 2 additions & 2 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@ on:
- "v*"

jobs:
gh_pre_release:
pre-release:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
fetch-depth: 0

0 comments on commit 7ac21f6

Please sign in to comment.