We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08bc7a commit 7ac21f6Copy full SHA for 7ac21f6
2 files changed
.github/workflows/latest_game_archive.yml
@@ -8,11 +8,11 @@ on:
8
- "*"
9
10
jobs:
11
- gh_pre_release:
+ pre-release:
12
runs-on: "ubuntu-latest"
13
steps:
14
- name: "Checkout source code"
15
- uses: "actions/checkout@v3"
+ uses: "actions/checkout@v4"
16
with:
17
fetch-depth: 0
18
.github/workflows/tag_release.yml
@@ -6,11 +6,11 @@ on:
6
- "v*"
7
0 commit comments