Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fi CI
Browse files Browse the repository at this point in the history
Former-commit-id: 3c677fa
  • Loading branch information
Nambers authored Nov 19, 2021
1 parent cc14340 commit ef3cf3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
push-single-include:
runs-on: ubuntu-lastest
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -57,6 +57,8 @@ jobs:
with:
ref: dev
fetch-depth: 0
- name: permission
run: chmod -R 777 *
- name: Set up JDK 15
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit ef3cf3d

Please sign in to comment.