Add .gitea/workflows/*.yaml
This commit is contained in:
@@ -13,11 +13,11 @@ jobs:
|
||||
release:
|
||||
# According to the Gitea documentation, the ubuntu-latest label is mapped
|
||||
# internally to Ubuntu 22.04 environments
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout code
|
||||
# Pulls your repo into the runner so it has access to the source code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build artifact
|
||||
# Makes a directory dist/
|
||||
|
||||
Reference in New Issue
Block a user