We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c008bd commit fafd02bCopy full SHA for fafd02b
.github/workflows/build.yml
@@ -31,4 +31,18 @@ jobs:
31
uses: actions/upload-artifact@v4
32
with:
33
name: OriginBlacklist
34
- path: build/libs/OriginBlacklist.jar
+ path: build/libs/OriginBlacklist.jar
35
+
36
+ - name: Create Release
37
+ - uses: actions/upload-release-asset@v1.0.1
38
+ env:
39
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
+ with:
41
+ upload_url: ${{ steps.create_release.outputs.upload_url }}
42
+ asset_path: ./build/libs/OriginBlacklist.jar
43
+ asset_name: OriginBlacklist.jar
44
+ - uses: eregon/publish-release@v1
45
46
47
48
+ release_id: ${{ steps.create_release.outputs.id }}
0 commit comments