mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
Compare commits
1 commit
e051dc7501
...
ee44566020
Author | SHA1 | Date | |
---|---|---|---|
|
ee44566020 |
3 changed files with 4 additions and 4 deletions
4
.github/workflows/create-config-zip.yml
vendored
4
.github/workflows/create-config-zip.yml
vendored
|
@ -10,12 +10,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: zip -r config-default.zip config/_default
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: config-default
|
||||
path: config-default.zip
|
||||
- name: Upload to release
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v1
|
||||
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.140.2"
|
||||
max = "0.139.3"
|
|
@ -1 +1 @@
|
|||
v0.140.2
|
||||
v0.139.3
|
||||
|
|
Loading…
Reference in a new issue