Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Apr 16, 2023
1 parent becbe06 commit d794cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Pack
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- run: ./pack.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: babric b1.7.3.zip
path: ./babric b1.7.3.zip

0 comments on commit d794cc1

Please sign in to comment.