tangled
alpha
login
or
join now
dunkirk.sh
/
ctfd-alerts
3
fork
atom
⛳ alerts for any ctfd instance via ntfy
3
fork
atom
overview
issues
pulls
pipelines
bug: fix build
dunkirk.sh
8 months ago
5a97b6f8
b281f7f5
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+3
-2
1 changed file
expand all
collapse all
unified
split
.github
workflows
release.yml
+3
-2
.github/workflows/release.yml
···
20
20
- name: Configure Nix cache
21
21
uses: DeterminateSystems/magic-nix-cache-action@main
22
22
23
23
-
- name: Build releases using flake
24
24
-
run: nix run .#ctfd-alerts-build
23
23
+
- name: Build for all platforms
24
24
+
run: |
25
25
+
nix develop -c ctfd-alerts-build
25
26
26
27
- name: Upload Linux AMD64 binary
27
28
uses: actions/upload-release-asset@v1