Skip to content

Commit

Permalink
minor change to always generate a "latest" archive
Browse files Browse the repository at this point in the history
  • Loading branch information
phyver committed Nov 18, 2024
1 parent b244934 commit dd2e286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest_game_archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
- "master"
tags-ignore:
- "*"

jobs:
pre-release:
name: "latest release"
runs-on: "ubuntu-latest"

steps:
- name: "Checkout source code"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit dd2e286

Please sign in to comment.