⛳ alerts for any ctfd instance via ntfy

bug: fix build

dunkirk.sh 5a97b6f8 b281f7f5

verified
Changed files
+3 -2
.github
workflows
+3 -2
.github/workflows/release.yml
···
- name: Configure Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
-
- name: Build releases using flake
-
run: nix run .#ctfd-alerts-build
+
- name: Build for all platforms
+
run: |
+
nix develop -c ctfd-alerts-build
- name: Upload Linux AMD64 binary
uses: actions/upload-release-asset@v1