File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches : [ ]
66
7+ permissions :
8+ contents : write
9+
710jobs :
811 build-linux :
912 runs-on : ubuntu-latest
1013
1114 steps :
12- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1316
1417 - name : Install dependencies
1518 run : sudo apt-get update && sudo apt-get install -y meson ninja-build
3235 runs-on : macos-latest
3336
3437 steps :
35- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3639
3740 - name : Install dependencies
3841 run : brew install meson ninja
5255 runs-on : windows-latest
5356
5457 steps :
55- - uses : actions/checkout@v3
58+ - uses : actions/checkout@v4
5659
5760 - name : Install dependencies
5861 run : |
@@ -146,6 +149,15 @@ jobs:
146149 with :
147150 path : dist/artifacts
148151
152+ - name : Delete existing assets
153+ uses : dev-drprasad/delete-asset@v1
154+ with :
155+ github_token : ${{ secrets.GITHUB_TOKEN }}
156+ tag : ${{ needs.check_release.outputs.tag_name }}
157+ assets : |
158+ otezip
159+ otezip.exe
160+
149161 - name : Create GitHub release
150162 uses : softprops/action-gh-release@v2.3.2
151163 with :
Original file line number Diff line number Diff line change 1010
1111#define OTEZIP_VERSION_MAJOR 0
1212#define OTEZIP_VERSION_MINOR 3
13- #define OTEZIP_VERSION_PATCH 1
13+ #define OTEZIP_VERSION_PATCH 2
1414
1515#define OTEZIP_STRINGIFY (x ) #x
1616#define OTEZIP_TOSTRING (x ) OTEZIP_STRINGIFY(x)
You can’t perform that action at this time.
0 commit comments