Skip to content

Commit

Permalink
Update workflow; github has removed svn from ubuntu-latest (24.04) si…
Browse files Browse the repository at this point in the history
…nce 19.09.2024
  • Loading branch information
hizuro committed Sep 28, 2024
1 parent d90953c commit b118c15
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: build
name: packager

on:
push:
tags:
Expand All @@ -15,9 +16,12 @@ jobs:
# setup under repo > settings > secrets

steps:
- name: Install svn
run: sudo apt-get install -y subversion

- name: Clone project
uses: actions/checkout@v4

- name: Package and release (retail)
- name: Package and release
uses: BigWigsMods/packager@v2

0 comments on commit b118c15

Please sign in to comment.