mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Compare commits
7 commits
ee44566020
...
e051dc7501
Author | SHA1 | Date | |
---|---|---|---|
|
e051dc7501 | ||
|
199d9f4cce | ||
|
77c6dad63d | ||
|
ff2b8ffccc | ||
|
12e7042e9e | ||
|
5afa11c2e1 | ||
|
80cfb06797 |
3 changed files with 5 additions and 5 deletions
6
.github/workflows/create-config-zip.yml
vendored
6
.github/workflows/create-config-zip.yml
vendored
|
@ -8,14 +8,14 @@ jobs:
|
|||
zip:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: zip -r config-default.zip config/_default
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: config-default
|
||||
path: config-default.zip
|
||||
- name: Upload to release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: config-default.zip
|
||||
tag_name: ${{ github.event.release.tag_name }}
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
[module.hugoVersion]
|
||||
extended = true
|
||||
min = "0.87.0"
|
||||
max = "0.139.3"
|
||||
max = "0.140.2"
|
|
@ -1 +1 @@
|
|||
v0.139.3
|
||||
v0.140.2
|
||||
|
|
Loading…
Reference in a new issue