We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e423854 commit 767326fCopy full SHA for 767326f
.github/workflows/release.yml
@@ -11,13 +11,14 @@ jobs:
11
uses: battila7/get-version-action@v2
12
- name: Build package
13
run: |
14
- curl -fsSL https://github.com/megastep/makeself/releases/download/release-2.4.3/makeself-2.4.3.run -o makeself.run
+ curl -fsSL https://github.com/megastep/makeself/releases/download/release-2.5.0/makeself-2.5.0.run -o makeself.run
15
bash makeself.run --target makeself
16
mkdir tmp
17
cp -r install.sh bin gradle lib ./tmp
18
./makeself/makeself.sh --notemp --needroot ./tmp gng-installer.sh "GNG ${{ steps.get_version.outputs.version }}" ./install.sh
19
- name: Release
20
uses: softprops/action-gh-release@v2
21
+ if: startsWith(github.ref, 'refs/tags/')
22
with:
23
files: gng-installer.sh
24
0 commit comments